#20CA23

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

Shades of Lime Green #20CA23

Tints of Lime Green #20CA23

Color information

#20CA23 (or 0x20CA23) is unknown color: approx Lime Green. HEX triplet: 20, CA and 23. RGB value is (32,202,35). Sum of RGB (Red+Green+Blue) = 32+202+35=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 202 (79.30% from 255 or 75.09% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA23 is #DF35DC. Grayscale: #848484. Windows color (decimal): -14628317 or 2345504. OLE color: 2345504.

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

Color convert

RGB3220235-
CMYK0.8400.830.21
HSL121.06º72.65%45.88%-
HSV(B)121.06º84.16%79.22%-
XYZ22.0242.678.67-
YUV132.1373.1856.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 202 (79.30% from 255) = 75.09%
BLUE value IS 35 (14.06% from 255) = 13.01%
R=11.90%
G=75.09%
B=13.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32202350.8400.830.21121.0672.6545.88
Hex20CA23540531579492e
Octal403124312401232517111156
Binary100000110010101000111010100010100111010111110011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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