Shades of Lime Green #23D828
Tints of Lime Green #23D828
RGB
CMYK
RGB Variations
Color information
#23D828 (or 0x23D828) is known color: Lime Green. HEX triplet: 23, D8 and 28. RGB value is (35,216,40). Sum of RGB (Red+Green+Blue) = 35+216+40=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 216 (84.77% from 255 or 74.23% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 216 - color contains mainly: green. Hex color #23D828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D828 is #DC27D7. Grayscale: #8E8E8E. Windows color (decimal): -14428120 or 2676771. OLE color: 2676771.
HSL color Cylindrical-coordinate representation of color #23D828: hue angle of 121.66º 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 #23D828 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 216 | 40 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.15 |
| HSL | 121.66º | 0.72% | 0.49% | - |
| HSV(B) | 121.66º | 0.84% | 0.85% | - |
| XYZ | 25.63 | 49.62 | 10.23 | - |
| YUV | 141.82 | 70.53 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 216 | 40 | 0.84 | 0 | 0.81 | 0.15 | 121.66 | 0.72 | 0.49 |
| Hex | 23 | D8 | 28 | 54 | 0 | 51 | F | 7A | 48 | 31 |
| Octal | 43 | 330 | 50 | 124 | 0 | 121 | 17 | 172 | 110 | 61 |
| Binary | 100011 | 11011000 | 101000 | 1010100 | 0 | 1010001 | 1111 | 1111010 | 1001000 | 110001 |
Color Harmonies of #23D828
Complementary color
Monochromatic Colors of #23D828
Black with #23D828
Text Example
Text Example
White with #23D828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D828; }
p { color: rgb(35,216,40); }
H1.HeaderClassName
{
color: #23D828;
}
.AnyTagClassName
{
color: #23D828;
}
</style>
background-color css
<style>
a { background-color: #23D828; }
a { background-color: rgb(35,216,40); }
div.DivClassName
{
background-color: #23D828;
}
.BgClassName
{
background-color: #23D828;
}
</style>
border-color css
<style>
span { border-color: #23D828; }
span { border-color: rgb(35,216,40); }
td.TdClassName
{
border-color: #23D828;
}
.TagClassName
{
border-color: #23D828;
}
</style>