Shades of Lime Green #23D928
Tints of Lime Green #23D928
RGB
CMYK
RGB Variations
Color information
#23D928 (or 0x23D928) is known color: Lime Green. HEX triplet: 23, D9 and 28. RGB value is (35,217,40). Sum of RGB (Red+Green+Blue) = 35+217+40=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 217 (85.16% from 255 or 74.32% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 217 - color contains mainly: green. Hex color #23D928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D928 is #DC26D7. Grayscale: #8E8E8E. Windows color (decimal): -14427864 or 2677027. OLE color: 2677027.
HSL color Cylindrical-coordinate representation of color #23D928: hue angle of 121.65º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D928 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 217 | 40 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.15 |
| HSL | 121.65º | 0.72% | 0.49% | - |
| HSV(B) | 121.65º | 0.84% | 0.85% | - |
| XYZ | 25.89 | 50.14 | 10.32 | - |
| YUV | 142.4 | 70.2 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 217 | 40 | 0.84 | 0 | 0.82 | 0.15 | 121.65 | 0.72 | 0.49 |
| Hex | 23 | D9 | 28 | 54 | 0 | 52 | F | 7A | 48 | 31 |
| Octal | 43 | 331 | 50 | 124 | 0 | 122 | 17 | 172 | 110 | 61 |
| Binary | 100011 | 11011001 | 101000 | 1010100 | 0 | 1010010 | 1111 | 1111010 | 1001000 | 110001 |
Color Harmonies of #23D928
Complementary color
Monochromatic Colors of #23D928
Black with #23D928
Text Example
Text Example
White with #23D928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D928; }
p { color: rgb(35,217,40); }
H1.HeaderClassName
{
color: #23D928;
}
.AnyTagClassName
{
color: #23D928;
}
</style>
background-color css
<style>
a { background-color: #23D928; }
a { background-color: rgb(35,217,40); }
div.DivClassName
{
background-color: #23D928;
}
.BgClassName
{
background-color: #23D928;
}
</style>
border-color css
<style>
span { border-color: #23D928; }
span { border-color: rgb(35,217,40); }
td.TdClassName
{
border-color: #23D928;
}
.TagClassName
{
border-color: #23D928;
}
</style>