Shades of Lime Green #23D232
Tints of Lime Green #23D232
RGB
CMYK
RGB Variations
Color information
#23D232 (or 0x23D232) is known color: Lime Green. HEX triplet: 23, D2 and 32. RGB value is (35,210,50). Sum of RGB (Red+Green+Blue) = 35+210+50=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 210 (82.42% from 255 or 71.19% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 210 - color contains mainly: green. Hex color #23D232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D232 is #DC2DCD. Grayscale: #8B8B8B. Windows color (decimal): -14429646 or 3330595. OLE color: 3330595.
HSL color Cylindrical-coordinate representation of color #23D232: hue angle of 125.14º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D232 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 210 | 50 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.18 |
| HSL | 125.14º | 0.71% | 0.48% | - |
| HSV(B) | 125.14º | 0.83% | 0.82% | - |
| XYZ | 24.32 | 46.68 | 10.75 | - |
| YUV | 139.44 | 77.52 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 210 | 50 | 0.83 | 0 | 0.76 | 0.18 | 125.14 | 0.71 | 0.48 |
| Hex | 23 | D2 | 32 | 53 | 0 | 4C | 12 | 7D | 47 | 30 |
| Octal | 43 | 322 | 62 | 123 | 0 | 114 | 22 | 175 | 107 | 60 |
| Binary | 100011 | 11010010 | 110010 | 1010011 | 0 | 1001100 | 10010 | 1111101 | 1000111 | 110000 |
Color Harmonies of #23D232
Complementary color
Monochromatic Colors of #23D232
Black with #23D232
Text Example
Text Example
White with #23D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D232; }
p { color: rgb(35,210,50); }
H1.HeaderClassName
{
color: #23D232;
}
.AnyTagClassName
{
color: #23D232;
}
</style>
background-color css
<style>
a { background-color: #23D232; }
a { background-color: rgb(35,210,50); }
div.DivClassName
{
background-color: #23D232;
}
.BgClassName
{
background-color: #23D232;
}
</style>
border-color css
<style>
span { border-color: #23D232; }
span { border-color: rgb(35,210,50); }
td.TdClassName
{
border-color: #23D232;
}
.TagClassName
{
border-color: #23D232;
}
</style>