#20CA17

Color #20CA17 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20CA17

Tints of Lime Green #20CA17

Color information

#20CA17 (or 0x20CA17) is unknown color: approx Lime Green. HEX triplet: 20, CA and 17. RGB value is (32,202,23). Sum of RGB (Red+Green+Blue) = 32+202+23=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 202 (79.30% from 255 or 78.60% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CA17 is #DF35E8. Grayscale: #838383. Windows color (decimal): -14628329 or 1559072. OLE color: 1559072.

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

Color convert

RGB3220223-
CMYK0.8400.890.21
HSL116.98º79.56%44.12%-
HSV(B)116.98º88.61%79.22%-
XYZ21.8742.617.88-
YUV130.7667.1857.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 202 (79.30% from 255) = 78.60%
BLUE value IS 23 (9.38% from 255) = 8.95%
R=12.45%
G=78.60%
B=8.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32202230.8400.890.21116.9879.5644.12
Hex20CA17540591575502c
Octal403122712401312516512054
Binary10000011001010101111010100010110011010111101011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,202,23); }

 H1.HeaderClassName
 {
   color: #20CA17;
 }
 .AnyTagClassName
 {
   color: #20CA17;
 }
</style>
background-color css

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

 a { background-color: rgb(32,202,23); }

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

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

 span { border-color: rgb(32,202,23); }

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