Shades of Lime Green #23CB14
Tints of Lime Green #23CB14
RGB
CMYK
RGB Variations
Color information
#23CB14 (or 0x23CB14) is known color: Lime Green. HEX triplet: 23, CB and 14. RGB value is (35,203,20). Sum of RGB (Red+Green+Blue) = 35+203+20=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 203 (79.69% from 255 or 78.68% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 203 - color contains mainly: green. Hex color #23CB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23CB14 is #DC34EB. Grayscale: #848484. Windows color (decimal): -14431468 or 1362723. OLE color: 1362723.
HSL color Cylindrical-coordinate representation of color #23CB14: hue angle of 115.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #23CB14 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 203 | 20 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.20 |
| HSL | 115.08º | 0.82% | 0.44% | - |
| HSV(B) | 115.08º | 0.9% | 0.8% | - |
| XYZ | 22.18 | 43.12 | 7.82 | - |
| YUV | 131.91 | 64.84 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 203 | 20 | 0.83 | 0 | 0.90 | 0.20 | 115.08 | 0.82 | 0.44 |
| Hex | 23 | CB | 14 | 53 | 0 | 5A | 14 | 73 | 52 | 2C |
| Octal | 43 | 313 | 24 | 123 | 0 | 132 | 24 | 163 | 122 | 54 |
| Binary | 100011 | 11001011 | 10100 | 1010011 | 0 | 1011010 | 10100 | 1110011 | 1010010 | 101100 |
Color Harmonies of #23CB14
Complementary color
Monochromatic Colors of #23CB14
Black with #23CB14
Text Example
Text Example
White with #23CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CB14; }
p { color: rgb(35,203,20); }
H1.HeaderClassName
{
color: #23CB14;
}
.AnyTagClassName
{
color: #23CB14;
}
</style>
background-color css
<style>
a { background-color: #23CB14; }
a { background-color: rgb(35,203,20); }
div.DivClassName
{
background-color: #23CB14;
}
.BgClassName
{
background-color: #23CB14;
}
</style>
border-color css
<style>
span { border-color: #23CB14; }
span { border-color: rgb(35,203,20); }
td.TdClassName
{
border-color: #23CB14;
}
.TagClassName
{
border-color: #23CB14;
}
</style>