Shades of Lime Green #23D213
Tints of Lime Green #23D213
RGB
CMYK
RGB Variations
Color information
#23D213 (or 0x23D213) is known color: Lime Green. HEX triplet: 23, D2 and 13. RGB value is (35,210,19). Sum of RGB (Red+Green+Blue) = 35+210+19=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 210 (82.42% from 255 or 79.55% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 210 - color contains mainly: green. Hex color #23D213 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23D213 is #DC2DEC. Grayscale: #888888. Windows color (decimal): -14429677 or 1298979. OLE color: 1298979.
HSL color Cylindrical-coordinate representation of color #23D213: hue angle of 114.97º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23D213 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 210 | 19 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.18 |
| HSL | 114.97º | 0.83% | 0.45% | - |
| HSV(B) | 114.97º | 0.91% | 0.82% | - |
| XYZ | 23.86 | 46.5 | 8.33 | - |
| YUV | 135.9 | 62.02 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 210 | 19 | 0.83 | 0 | 0.91 | 0.18 | 114.97 | 0.83 | 0.45 |
| Hex | 23 | D2 | 13 | 53 | 0 | 5B | 12 | 73 | 53 | 2D |
| Octal | 43 | 322 | 23 | 123 | 0 | 133 | 22 | 163 | 123 | 55 |
| Binary | 100011 | 11010010 | 10011 | 1010011 | 0 | 1011011 | 10010 | 1110011 | 1010011 | 101101 |
Color Harmonies of #23D213
Complementary color
Monochromatic Colors of #23D213
Black with #23D213
Text Example
Text Example
White with #23D213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D213; }
p { color: rgb(35,210,19); }
H1.HeaderClassName
{
color: #23D213;
}
.AnyTagClassName
{
color: #23D213;
}
</style>
background-color css
<style>
a { background-color: #23D213; }
a { background-color: rgb(35,210,19); }
div.DivClassName
{
background-color: #23D213;
}
.BgClassName
{
background-color: #23D213;
}
</style>
border-color css
<style>
span { border-color: #23D213; }
span { border-color: rgb(35,210,19); }
td.TdClassName
{
border-color: #23D213;
}
.TagClassName
{
border-color: #23D213;
}
</style>