Html Css Color HEX #20CC10 Lime Green

📋 copy color: '#20CC10'

red 32 ◦ green 204 ◦ blue 16

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

Shades of Lime Green #20CC10

Tints of Lime Green #20CC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 12.7%
G = 80.95%
B = 6.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#20CC10 (or 0x20CC10) is known color: Lime Green. HEX triplet: 20, CC and 10. RGB value is (32,204,16). Sum of RGB (Red+Green+Blue) = 32+204+16=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 204 (80.08% from 255 or 80.95% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CC10 is #DF33EF. Grayscale: #838383. Windows color (decimal): -14627824 or 1100832. OLE color: 1100832.

HSL color Cylindrical-coordinate representation of color #20CC10: hue angle of 114.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20CC10 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 204 16 -
CMYK 0.84 0 0.92 0.2
HSL 114.89º 0.85% 0.43% -
HSV(B) 114.89º 0.92% 0.8% -
XYZ 22.28 43.53 7.72 -
YUV 131.14 63.02 57.29 -
System Red Green Blue C M Y K H S L
Decimal 32 204 16 0.84 0 0.92 0.2 114.89 0.85 0.43
Hex 20 CC 10 54 0 5C 14 73 55 2B
Octal 40 314 20 124 0 134 24 163 125 53
Binary 100000 11001100 10000 1010100 0 1011100 10100 1110011 1010101 101011

Color Harmonies of #20CC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC10

Black with #20CC10

Text Example


Text Example

White with #20CC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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