#23CA0C

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

Shades of Lime Green #23CA0C

Tints of Lime Green #23CA0C

Color information

#23CA0C (or 0x23CA0C) is unknown color: approx Lime Green. HEX triplet: 23, CA and 0C. RGB value is (35,202,12). Sum of RGB (Red+Green+Blue) = 35+202+12=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23CA0C is #DC35F3. Grayscale: #838383. Windows color (decimal): -14431732 or 838179. OLE color: 838179.

HSL color Cylindrical-coordinate representation of color #23CA0C: hue angle of 112.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23CA0C is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB3520212-
CMYK0.8300.940.21
HSL112.74º88.79%41.96%-
HSV(B)112.74º94.06%79.22%-
XYZ21.8842.627.42-
YUV130.4161.1759.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.06%
GREEN value IS 202 (79.30% from 255) = 81.12%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=14.06%
G=81.12%
B=4.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal35202120.8300.940.21112.7488.7941.96
Hex23CAC5305E1571592a
Octal433121412301362516113152
Binary1000111100101011001010011010111101010111100011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23CA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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