Shades of Lime Green #23CA44
Tints of Lime Green #23CA44
RGB
CMYK
RGB Variations
Color information
#23CA44 (or 0x23CA44) is known color: Lime Green. HEX triplet: 23, CA and 44. RGB value is (35,202,68). Sum of RGB (Red+Green+Blue) = 35+202+68=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 202 (79.30% from 255 or 66.23% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CA44 is #DC35BB. Grayscale: #898989. Windows color (decimal): -14431676 or 4508195. OLE color: 4508195.
HSL color Cylindrical-coordinate representation of color #23CA44: hue angle of 131.86º 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 #23CA44 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 202 | 68 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.21 |
| HSL | 131.86º | 0.7% | 0.46% | - |
| HSV(B) | 131.86º | 0.83% | 0.79% | - |
| XYZ | 22.86 | 43.02 | 12.57 | - |
| YUV | 136.79 | 89.17 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 202 | 68 | 0.83 | 0 | 0.66 | 0.21 | 131.86 | 0.7 | 0.46 |
| Hex | 23 | CA | 44 | 53 | 0 | 42 | 15 | 84 | 46 | 2E |
| Octal | 43 | 312 | 104 | 123 | 0 | 102 | 25 | 204 | 106 | 56 |
| Binary | 100011 | 11001010 | 1000100 | 1010011 | 0 | 1000010 | 10101 | 10000100 | 1000110 | 101110 |
Color Harmonies of #23CA44
Complementary color
Monochromatic Colors of #23CA44
Black with #23CA44
Text Example
Text Example
White with #23CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CA44; }
p { color: rgb(35,202,68); }
H1.HeaderClassName
{
color: #23CA44;
}
.AnyTagClassName
{
color: #23CA44;
}
</style>
background-color css
<style>
a { background-color: #23CA44; }
a { background-color: rgb(35,202,68); }
div.DivClassName
{
background-color: #23CA44;
}
.BgClassName
{
background-color: #23CA44;
}
</style>
border-color css
<style>
span { border-color: #23CA44; }
span { border-color: rgb(35,202,68); }
td.TdClassName
{
border-color: #23CA44;
}
.TagClassName
{
border-color: #23CA44;
}
</style>