Html Css Color HEX #20CC06 Lime Green

📋 copy color: '#20CC06'

red 32 ◦ green 204 ◦ blue 6

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

Shades of Lime Green #20CC06

Tints of Lime Green #20CC06

RGB

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

 GREEN value IS 204 (80.08% from 255) = 84.3%

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

R = 13.22%
G = 84.3%
B = 2.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#20CC06 (or 0x20CC06) is known color: Lime Green. HEX triplet: 20, CC and 06. RGB value is (32,204,6). Sum of RGB (Red+Green+Blue) = 32+204+6=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 204 (80.08% from 255 or 84.30% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CC06 is #DF33F9. Grayscale: #828282. Windows color (decimal): -14627834 or 445472. OLE color: 445472.

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

Color convert

RGB 32 204 6 -
CMYK 0.84 0 0.97 0.2
HSL 112.12º 0.94% 0.41% -
HSV(B) 112.12º 0.97% 0.8% -
XYZ 22.22 43.51 7.4 -
YUV 130 58.02 58.1 -
System Red Green Blue C M Y K H S L
Decimal 32 204 6 0.84 0 0.97 0.2 112.12 0.94 0.41
Hex 20 CC 6 54 0 61 14 70 5E 29
Octal 40 314 6 124 0 141 24 160 136 51
Binary 100000 11001100 110 1010100 0 1100001 10100 1110000 1011110 101001

Color Harmonies of #20CC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC06

Black with #20CC06

Text Example


Text Example

White with #20CC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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