Shades of Lime Green #23CA45
Tints of Lime Green #23CA45
RGB
CMYK
RGB Variations
Color information
#23CA45 (or 0x23CA45) is known color: Lime Green. HEX triplet: 23, CA and 45. RGB value is (35,202,69). Sum of RGB (Red+Green+Blue) = 35+202+69=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CA45 is #DC35BA. Grayscale: #898989. Windows color (decimal): -14431675 or 4573731. OLE color: 4573731.
HSL color Cylindrical-coordinate representation of color #23CA45: hue angle of 132.22º 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 #23CA45 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 202 | 69 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.21 |
| HSL | 132.22º | 0.7% | 0.46% | - |
| HSV(B) | 132.22º | 0.83% | 0.79% | - |
| XYZ | 22.89 | 43.03 | 12.73 | - |
| YUV | 136.91 | 89.67 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 202 | 69 | 0.83 | 0 | 0.66 | 0.21 | 132.22 | 0.7 | 0.46 |
| Hex | 23 | CA | 45 | 53 | 0 | 42 | 15 | 84 | 46 | 2E |
| Octal | 43 | 312 | 105 | 123 | 0 | 102 | 25 | 204 | 106 | 56 |
| Binary | 100011 | 11001010 | 1000101 | 1010011 | 0 | 1000010 | 10101 | 10000100 | 1000110 | 101110 |
Color Harmonies of #23CA45
Complementary color
Monochromatic Colors of #23CA45
Black with #23CA45
Text Example
Text Example
White with #23CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CA45; }
p { color: rgb(35,202,69); }
H1.HeaderClassName
{
color: #23CA45;
}
.AnyTagClassName
{
color: #23CA45;
}
</style>
background-color css
<style>
a { background-color: #23CA45; }
a { background-color: rgb(35,202,69); }
div.DivClassName
{
background-color: #23CA45;
}
.BgClassName
{
background-color: #23CA45;
}
</style>
border-color css
<style>
span { border-color: #23CA45; }
span { border-color: rgb(35,202,69); }
td.TdClassName
{
border-color: #23CA45;
}
.TagClassName
{
border-color: #23CA45;
}
</style>