Shades of Lime Green #23CD16
Tints of Lime Green #23CD16
RGB
CMYK
RGB Variations
Color information
#23CD16 (or 0x23CD16) is known color: Lime Green. HEX triplet: 23, CD and 16. RGB value is (35,205,22). Sum of RGB (Red+Green+Blue) = 35+205+22=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 205 (80.47% from 255 or 78.24% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 205 - color contains mainly: green. Hex color #23CD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23CD16 is #DC32E9. Grayscale: #858585. Windows color (decimal): -14430954 or 1494307. OLE color: 1494307.
HSL color Cylindrical-coordinate representation of color #23CD16: hue angle of 115.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23CD16 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 205 | 22 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.20 |
| HSL | 115.74º | 0.81% | 0.45% | - |
| HSV(B) | 115.74º | 0.89% | 0.8% | - |
| XYZ | 22.67 | 44.08 | 8.07 | - |
| YUV | 133.31 | 65.18 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 205 | 22 | 0.83 | 0 | 0.89 | 0.20 | 115.74 | 0.81 | 0.45 |
| Hex | 23 | CD | 16 | 53 | 0 | 59 | 14 | 74 | 51 | 2D |
| Octal | 43 | 315 | 26 | 123 | 0 | 131 | 24 | 164 | 121 | 55 |
| Binary | 100011 | 11001101 | 10110 | 1010011 | 0 | 1011001 | 10100 | 1110100 | 1010001 | 101101 |
Color Harmonies of #23CD16
Complementary color
Monochromatic Colors of #23CD16
Black with #23CD16
Text Example
Text Example
White with #23CD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CD16; }
p { color: rgb(35,205,22); }
H1.HeaderClassName
{
color: #23CD16;
}
.AnyTagClassName
{
color: #23CD16;
}
</style>
background-color css
<style>
a { background-color: #23CD16; }
a { background-color: rgb(35,205,22); }
div.DivClassName
{
background-color: #23CD16;
}
.BgClassName
{
background-color: #23CD16;
}
</style>
border-color css
<style>
span { border-color: #23CD16; }
span { border-color: rgb(35,205,22); }
td.TdClassName
{
border-color: #23CD16;
}
.TagClassName
{
border-color: #23CD16;
}
</style>