Html Css Color HEX #20CB06 Lime Green

📋 copy color: '#20CB06'

red 32 ◦ green 203 ◦ blue 6

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

Shades of Lime Green #20CB06

Tints of Lime Green #20CB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 13.28%
G = 84.23%
B = 2.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#20CB06 (or 0x20CB06) is known color: Lime Green. HEX triplet: 20, CB and 06. RGB value is (32,203,6). Sum of RGB (Red+Green+Blue) = 32+203+6=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 203 (79.69% from 255 or 84.23% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CB06 is #DF34F9. Grayscale: #828282. Windows color (decimal): -14628090 or 445216. OLE color: 445216.

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

Color convert

RGB 32 203 6 -
CMYK 0.84 0 0.97 0.20
HSL 112.08º 0.94% 0.41% -
HSV(B) 112.08º 0.97% 0.8% -
XYZ 21.98 43.03 7.32 -
YUV 129.41 58.35 58.52 -
System Red Green Blue C M Y K H S L
Decimal 32 203 6 0.84 0 0.97 0.20 112.08 0.94 0.41
Hex 20 CB 6 54 0 61 14 70 5E 29
Octal 40 313 6 124 0 141 24 160 136 51
Binary 100000 11001011 110 1010100 0 1100001 10100 1110000 1011110 101001

Color Harmonies of #20CB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CB06

Black with #20CB06

Text Example


Text Example

White with #20CB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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