Html Css Color HEX #21C809 Lime Green

📋 copy color: '#21C809'

red 33 ◦ green 200 ◦ blue 9

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

Shades of Lime Green #21C809

Tints of Lime Green #21C809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 82.64%

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

R = 13.64%
G = 82.64%
B = 3.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#21C809 (or 0x21C809) is known color: Lime Green. HEX triplet: 21, C8 and 09. RGB value is (33,200,9). Sum of RGB (Red+Green+Blue) = 33+200+9=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 200 (78.52% from 255 or 82.64% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 200 - color contains mainly: green. Hex color #21C809 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C809 is #DE37F6. Grayscale: #808080. Windows color (decimal): -14563319 or 641057. OLE color: 641057.

HSL color Cylindrical-coordinate representation of color #21C809: hue angle of 112.46º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21C809 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 200 9 -
CMYK 0.84 0 0.96 0.22
HSL 112.46º 0.91% 0.41% -
HSV(B) 112.46º 0.96% 0.78% -
XYZ 21.33 41.65 7.17 -
YUV 128.29 60.67 60.03 -
System Red Green Blue C M Y K H S L
Decimal 33 200 9 0.84 0 0.96 0.22 112.46 0.91 0.41
Hex 21 C8 9 54 0 60 16 70 5B 29
Octal 41 310 11 124 0 140 26 160 133 51
Binary 100001 11001000 1001 1010100 0 1100000 10110 1110000 1011011 101001

Color Harmonies of #21C809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C809

Black with #21C809

Text Example


Text Example

White with #21C809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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