#21C026

Color #21C026 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #21C026

Tints of Lime Green #21C026

Color information

#21C026 (or 0x21C026) is unknown color: approx Lime Green. HEX triplet: 21, C0 and 26. RGB value is (33,192,38). Sum of RGB (Red+Green+Blue) = 33+192+38=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #21C026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C026 is #DE3FD9. Grayscale: #7F7F7F. Windows color (decimal): -14565338 or 2539553. OLE color: 2539553.

HSL color Cylindrical-coordinate representation of color #21C026: hue angle of 121.89º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C026 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB3319238-
CMYK0.8300.800.25
HSL121.89º70.67%44.12%-
HSV(B)121.89º82.81%75.29%-
XYZ19.8338.168.15-
YUV126.977.8261.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 192 (75.39% from 255) = 73.00%
BLUE value IS 38 (15.23% from 255) = 14.45%
R=12.55%
G=73.00%
B=14.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33192380.8300.800.25121.8970.6744.12
Hex21C02653050197a472c
Octal413004612301203117210754
Binary100001110000001001101010011010100001100111110101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21C026; }

 p { color: rgb(33,192,38); }

 H1.HeaderClassName
 {
   color: #21C026;
 }
 .AnyTagClassName
 {
   color: #21C026;
 }
</style>
background-color css

<style>
 a { background-color: #21C026; }

 a { background-color: rgb(33,192,38); }

 div.DivClassName
 {
   background-color: #21C026;
 }
 .BgClassName
 {
   background-color: #21C026;
 }
</style>
border-color css

<style>
 span { border-color: #21C026; }

 span { border-color: rgb(33,192,38); }

 td.TdClassName
 {
   border-color: #21C026;
 }
 .TagClassName
 {
   border-color: #21C026;
 }
</style>