Shades of Lime Green #23DB28
Tints of Lime Green #23DB28
RGB
CMYK
RGB Variations
Color information
#23DB28 (or 0x23DB28) is known color: Lime Green. HEX triplet: 23, DB and 28. RGB value is (35,219,40). Sum of RGB (Red+Green+Blue) = 35+219+40=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 219 (85.94% from 255 or 74.49% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 219 - color contains mainly: green. Hex color #23DB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23DB28 is #DC24D7. Grayscale: #909090. Windows color (decimal): -14427352 or 2677539. OLE color: 2677539.
HSL color Cylindrical-coordinate representation of color #23DB28: hue angle of 121.63º 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 #23DB28 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 219 | 40 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.14 |
| HSL | 121.63º | 0.72% | 0.5% | - |
| HSV(B) | 121.63º | 0.84% | 0.86% | - |
| XYZ | 26.41 | 51.17 | 10.49 | - |
| YUV | 143.58 | 69.54 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 40 | 0.84 | 0 | 0.82 | 0.14 | 121.63 | 0.72 | 0.5 |
| Hex | 23 | DB | 28 | 54 | 0 | 52 | E | 7A | 48 | 32 |
| Octal | 43 | 333 | 50 | 124 | 0 | 122 | 16 | 172 | 110 | 62 |
| Binary | 100011 | 11011011 | 101000 | 1010100 | 0 | 1010010 | 1110 | 1111010 | 1001000 | 110010 |
Color Harmonies of #23DB28
Complementary color
Monochromatic Colors of #23DB28
Black with #23DB28
Text Example
Text Example
White with #23DB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DB28; }
p { color: rgb(35,219,40); }
H1.HeaderClassName
{
color: #23DB28;
}
.AnyTagClassName
{
color: #23DB28;
}
</style>
background-color css
<style>
a { background-color: #23DB28; }
a { background-color: rgb(35,219,40); }
div.DivClassName
{
background-color: #23DB28;
}
.BgClassName
{
background-color: #23DB28;
}
</style>
border-color css
<style>
span { border-color: #23DB28; }
span { border-color: rgb(35,219,40); }
td.TdClassName
{
border-color: #23DB28;
}
.TagClassName
{
border-color: #23DB28;
}
</style>