Html Css Color HEX #20CB16 Lime Green

📋 copy color: '#20CB16'

red 32 ◦ green 203 ◦ blue 22

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

Shades of Lime Green #20CB16

Tints of Lime Green #20CB16

RGB

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

 GREEN value IS 203 (79.69% from 255) = 78.99%

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

R = 12.45%
G = 78.99%
B = 8.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#20CB16 (or 0x20CB16) is known color: Lime Green. HEX triplet: 20, CB and 16. RGB value is (32,203,22). Sum of RGB (Red+Green+Blue) = 32+203+22=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 203 (79.69% from 255 or 78.99% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CB16 is #DF34E9. Grayscale: #838383. Windows color (decimal): -14628074 or 1493792. OLE color: 1493792.

HSL color Cylindrical-coordinate representation of color #20CB16: hue angle of 116.69º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20CB16 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 203 22 -
CMYK 0.84 0 0.89 0.20
HSL 116.69º 0.8% 0.44% -
HSV(B) 116.69º 0.89% 0.8% -
XYZ 22.1 43.08 7.91 -
YUV 131.24 66.35 57.22 -
System Red Green Blue C M Y K H S L
Decimal 32 203 22 0.84 0 0.89 0.20 116.69 0.8 0.44
Hex 20 CB 16 54 0 59 14 75 50 2C
Octal 40 313 26 124 0 131 24 165 120 54
Binary 100000 11001011 10110 1010100 0 1011001 10100 1110101 1010000 101100

Color Harmonies of #20CB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CB16

Black with #20CB16

Text Example


Text Example

White with #20CB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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