Html Css Color HEX #21C009 Lime Green

📋 copy color: '#21C009'

red 33 ◦ green 192 ◦ blue 9

#21C009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #21C009

Tints of Lime Green #21C009

RGB

 RED value IS 33 (13.28% from 255) = 14.1%

 GREEN value IS 192 (75.39% from 255) = 82.05%

 BLUE value IS 9 (3.91% from 255) = 3.85%

R = 14.1%
G = 82.05%
B = 3.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#21C009 (or 0x21C009) is known color: Lime Green. HEX triplet: 21, C0 and 09. RGB value is (33,192,9). Sum of RGB (Red+Green+Blue) = 33+192+9=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 192 (75.39% from 255 or 82.05% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 192 - color contains mainly: green. Hex color #21C009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C009 is #DE3FF6. Grayscale: #7C7C7C. Windows color (decimal): -14565367 or 639009. OLE color: 639009.

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

Color convert

RGB 33 192 9 -
CMYK 0.83 0 0.95 0.25
HSL 112.13º 0.91% 0.39% -
HSV(B) 112.13º 0.95% 0.75% -
XYZ 19.53 38.04 6.57 -
YUV 123.6 63.32 63.38 -
System Red Green Blue C M Y K H S L
Decimal 33 192 9 0.83 0 0.95 0.25 112.13 0.91 0.39
Hex 21 C0 9 53 0 5F 19 70 5B 27
Octal 41 300 11 123 0 137 31 160 133 47
Binary 100001 11000000 1001 1010011 0 1011111 11001 1110000 1011011 100111

Color Harmonies of #21C009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C009

Black with #21C009

Text Example


Text Example

White with #21C009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21C009;
 }
 .AnyTagClassName
 {
   color: #21C009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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