Html Css Color HEX #21C016 Lime Green

📋 copy color: '#21C016'

red 33 ◦ green 192 ◦ blue 22

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

Shades of Lime Green #21C016

Tints of Lime Green #21C016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 13.36%
G = 77.73%
B = 8.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#21C016 (or 0x21C016) is known color: Lime Green. HEX triplet: 21, C0 and 16. RGB value is (33,192,22). Sum of RGB (Red+Green+Blue) = 33+192+22=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 192 (75.39% from 255 or 77.73% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 192 - color contains mainly: green. Hex color #21C016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C016 is #DE3FE9. Grayscale: #7D7D7D. Windows color (decimal): -14565354 or 1490977. OLE color: 1490977.

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

Color convert

RGB 33 192 22 -
CMYK 0.83 0 0.89 0.25
HSL 116.12º 0.79% 0.42% -
HSV(B) 116.12º 0.89% 0.75% -
XYZ 19.62 38.08 7.08 -
YUV 125.08 69.82 62.32 -
System Red Green Blue C M Y K H S L
Decimal 33 192 22 0.83 0 0.89 0.25 116.12 0.79 0.42
Hex 21 C0 16 53 0 59 19 74 4F 2A
Octal 41 300 26 123 0 131 31 164 117 52
Binary 100001 11000000 10110 1010011 0 1011001 11001 1110100 1001111 101010

Color Harmonies of #21C016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C016

Black with #21C016

Text Example


Text Example

White with #21C016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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