Html Css Color HEX #21C616 Lime Green

📋 copy color: '#21C616'

red 33 ◦ green 198 ◦ blue 22

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

Shades of Lime Green #21C616

Tints of Lime Green #21C616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 78.26%

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

R = 13.04%
G = 78.26%
B = 8.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#21C616 (or 0x21C616) is known color: Lime Green. HEX triplet: 21, C6 and 16. RGB value is (33,198,22). Sum of RGB (Red+Green+Blue) = 33+198+22=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 198 (77.73% from 255 or 78.26% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 198 - color contains mainly: green. Hex color #21C616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C616 is #DE39E9. Grayscale: #818181. Windows color (decimal): -14563818 or 1492513. OLE color: 1492513.

HSL color Cylindrical-coordinate representation of color #21C616: hue angle of 116.25º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21C616 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 198 22 -
CMYK 0.83 0 0.89 0.22
HSL 116.25º 0.8% 0.43% -
HSV(B) 116.25º 0.89% 0.78% -
XYZ 20.97 40.77 7.52 -
YUV 128.6 67.84 59.81 -
System Red Green Blue C M Y K H S L
Decimal 33 198 22 0.83 0 0.89 0.22 116.25 0.8 0.43
Hex 21 C6 16 53 0 59 16 74 50 2B
Octal 41 306 26 123 0 131 26 164 120 53
Binary 100001 11000110 10110 1010011 0 1011001 10110 1110100 1010000 101011

Color Harmonies of #21C616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C616

Black with #21C616

Text Example


Text Example

White with #21C616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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