Shades of Lime Green #23D540
Tints of Lime Green #23D540
RGB
CMYK
RGB Variations
Color information
#23D540 (or 0x23D540) is known color: Lime Green. HEX triplet: 23, D5 and 40. RGB value is (35,213,64). Sum of RGB (Red+Green+Blue) = 35+213+64=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 213 (83.59% from 255 or 68.27% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 213 - color contains mainly: green. Hex color #23D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D540 is #DC2ABF. Grayscale: #8F8F8F. Windows color (decimal): -14428864 or 4248867. OLE color: 4248867.
HSL color Cylindrical-coordinate representation of color #23D540: hue angle of 129.78º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D540 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 213 | 64 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.16 |
| HSL | 129.78º | 0.72% | 0.49% | - |
| HSV(B) | 129.78º | 0.84% | 0.84% | - |
| XYZ | 25.41 | 48.32 | 12.84 | - |
| YUV | 142.79 | 83.53 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 213 | 64 | 0.84 | 0 | 0.70 | 0.16 | 129.78 | 0.72 | 0.49 |
| Hex | 23 | D5 | 40 | 54 | 0 | 46 | 10 | 82 | 48 | 31 |
| Octal | 43 | 325 | 100 | 124 | 0 | 106 | 20 | 202 | 110 | 61 |
| Binary | 100011 | 11010101 | 1000000 | 1010100 | 0 | 1000110 | 10000 | 10000010 | 1001000 | 110001 |
Color Harmonies of #23D540
Complementary color
Monochromatic Colors of #23D540
Black with #23D540
Text Example
Text Example
White with #23D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D540; }
p { color: rgb(35,213,64); }
H1.HeaderClassName
{
color: #23D540;
}
.AnyTagClassName
{
color: #23D540;
}
</style>
background-color css
<style>
a { background-color: #23D540; }
a { background-color: rgb(35,213,64); }
div.DivClassName
{
background-color: #23D540;
}
.BgClassName
{
background-color: #23D540;
}
</style>
border-color css
<style>
span { border-color: #23D540; }
span { border-color: rgb(35,213,64); }
td.TdClassName
{
border-color: #23D540;
}
.TagClassName
{
border-color: #23D540;
}
</style>