Shades of Lime Green #23CA32
Tints of Lime Green #23CA32
RGB
CMYK
RGB Variations
Color information
#23CA32 (or 0x23CA32) is known color: Lime Green. HEX triplet: 23, CA and 32. RGB value is (35,202,50). Sum of RGB (Red+Green+Blue) = 35+202+50=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 202 (79.30% from 255 or 70.38% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CA32 is #DC35CD. Grayscale: #878787. Windows color (decimal): -14431694 or 3328547. OLE color: 3328547.
HSL color Cylindrical-coordinate representation of color #23CA32: hue angle of 125.39º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CA32 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 202 | 50 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.21 |
| HSL | 125.39º | 0.7% | 0.46% | - |
| HSV(B) | 125.39º | 0.83% | 0.79% | - |
| XYZ | 22.39 | 42.83 | 10.1 | - |
| YUV | 134.74 | 80.17 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 202 | 50 | 0.83 | 0 | 0.75 | 0.21 | 125.39 | 0.7 | 0.46 |
| Hex | 23 | CA | 32 | 53 | 0 | 4B | 15 | 7D | 46 | 2E |
| Octal | 43 | 312 | 62 | 123 | 0 | 113 | 25 | 175 | 106 | 56 |
| Binary | 100011 | 11001010 | 110010 | 1010011 | 0 | 1001011 | 10101 | 1111101 | 1000110 | 101110 |
Color Harmonies of #23CA32
Complementary color
Monochromatic Colors of #23CA32
Black with #23CA32
Text Example
Text Example
White with #23CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CA32; }
p { color: rgb(35,202,50); }
H1.HeaderClassName
{
color: #23CA32;
}
.AnyTagClassName
{
color: #23CA32;
}
</style>
background-color css
<style>
a { background-color: #23CA32; }
a { background-color: rgb(35,202,50); }
div.DivClassName
{
background-color: #23CA32;
}
.BgClassName
{
background-color: #23CA32;
}
</style>
border-color css
<style>
span { border-color: #23CA32; }
span { border-color: rgb(35,202,50); }
td.TdClassName
{
border-color: #23CA32;
}
.TagClassName
{
border-color: #23CA32;
}
</style>