Shades of Lime Green #23DB3B
Tints of Lime Green #23DB3B
RGB
CMYK
RGB Variations
Color information
#23DB3B (or 0x23DB3B) is known color: Lime Green. HEX triplet: 23, DB and 3B. RGB value is (35,219,59). Sum of RGB (Red+Green+Blue) = 35+219+59=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 219 (85.94% from 255 or 69.97% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 219 - color contains mainly: green. Hex color #23DB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23DB3B is #DC24C4. Grayscale: #929292. Windows color (decimal): -14427333 or 3922723. OLE color: 3922723.
HSL color Cylindrical-coordinate representation of color #23DB3B: hue angle of 127.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DB3B is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 219 | 59 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.14 |
| HSL | 127.83º | 0.72% | 0.5% | - |
| HSV(B) | 127.83º | 0.84% | 0.86% | - |
| XYZ | 26.81 | 51.34 | 12.63 | - |
| YUV | 145.74 | 79.04 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 59 | 0.84 | 0 | 0.73 | 0.14 | 127.83 | 0.72 | 0.5 |
| Hex | 23 | DB | 3B | 54 | 0 | 49 | E | 80 | 48 | 32 |
| Octal | 43 | 333 | 73 | 124 | 0 | 111 | 16 | 200 | 110 | 62 |
| Binary | 100011 | 11011011 | 111011 | 1010100 | 0 | 1001001 | 1110 | 10000000 | 1001000 | 110010 |
Color Harmonies of #23DB3B
Complementary color
Monochromatic Colors of #23DB3B
Black with #23DB3B
Text Example
Text Example
White with #23DB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DB3B; }
p { color: rgb(35,219,59); }
H1.HeaderClassName
{
color: #23DB3B;
}
.AnyTagClassName
{
color: #23DB3B;
}
</style>
background-color css
<style>
a { background-color: #23DB3B; }
a { background-color: rgb(35,219,59); }
div.DivClassName
{
background-color: #23DB3B;
}
.BgClassName
{
background-color: #23DB3B;
}
</style>
border-color css
<style>
span { border-color: #23DB3B; }
span { border-color: rgb(35,219,59); }
td.TdClassName
{
border-color: #23DB3B;
}
.TagClassName
{
border-color: #23DB3B;
}
</style>