Html Css Color HEX #20C616 Lime Green

📋 copy color: '#20C616'

red 32 ◦ green 198 ◦ blue 22

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

Shades of Lime Green #20C616

Tints of Lime Green #20C616

RGB

 RED value IS 32 (12.89% from 255) = 12.7%

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

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

R = 12.7%
G = 78.57%
B = 8.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#20C616 (or 0x20C616) is known color: Lime Green. HEX triplet: 20, C6 and 16. RGB value is (32,198,22). Sum of RGB (Red+Green+Blue) = 32+198+22=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 198 (77.73% from 255 or 78.57% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 198 - color contains mainly: green. Hex color #20C616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C616 is #DF39E9. Grayscale: #808080. Windows color (decimal): -14629354 or 1492512. OLE color: 1492512.

HSL color Cylindrical-coordinate representation of color #20C616: hue angle of 116.59º 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 #20C616 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 198 22 -
CMYK 0.84 0 0.89 0.22
HSL 116.59º 0.8% 0.43% -
HSV(B) 116.59º 0.89% 0.78% -
XYZ 20.93 40.75 7.52 -
YUV 128.3 68 59.31 -
System Red Green Blue C M Y K H S L
Decimal 32 198 22 0.84 0 0.89 0.22 116.59 0.8 0.43
Hex 20 C6 16 54 0 59 16 75 50 2B
Octal 40 306 26 124 0 131 26 165 120 53
Binary 100000 11000110 10110 1010100 0 1011001 10110 1110101 1010000 101011

Color Harmonies of #20C616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C616

Black with #20C616

Text Example


Text Example

White with #20C616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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