#23CA20

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

Shades of Lime Green #23CA20

Tints of Lime Green #23CA20

Color information

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

HSL color Cylindrical-coordinate representation of color #23CA20: hue angle of 118.94º 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 #23CA20 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB3520232-
CMYK0.8300.840.21
HSL118.94º72.65%45.88%-
HSV(B)118.94º84.16%79.22%-
XYZ22.0742.78.45-
YUV132.6971.1758.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal35202320.8300.840.21118.9472.6545.88
Hex23CA20530541577492e
Octal433124012301242516711156
Binary100011110010101000001010011010101001010111101111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23CA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23CA20; }

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

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

<style>
 a { background-color: #23CA20; }

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

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

<style>
 span { border-color: #23CA20; }

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

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