Shades of Lime Green #23D536
Tints of Lime Green #23D536
RGB
CMYK
RGB Variations
Color information
#23D536 (or 0x23D536) is known color: Lime Green. HEX triplet: 23, D5 and 36. RGB value is (35,213,54). Sum of RGB (Red+Green+Blue) = 35+213+54=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 213 (83.59% from 255 or 70.53% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 213 - color contains mainly: green. Hex color #23D536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D536 is #DC2AC9. Grayscale: #8E8E8E. Windows color (decimal): -14428874 or 3593507. OLE color: 3593507.
HSL color Cylindrical-coordinate representation of color #23D536: hue angle of 126.4º 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 #23D536 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 213 | 54 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.16 |
| HSL | 126.4º | 0.72% | 0.49% | - |
| HSV(B) | 126.4º | 0.84% | 0.84% | - |
| XYZ | 25.15 | 48.21 | 11.47 | - |
| YUV | 141.65 | 78.53 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 213 | 54 | 0.84 | 0 | 0.75 | 0.16 | 126.4 | 0.72 | 0.49 |
| Hex | 23 | D5 | 36 | 54 | 0 | 4B | 10 | 7E | 48 | 31 |
| Octal | 43 | 325 | 66 | 124 | 0 | 113 | 20 | 176 | 110 | 61 |
| Binary | 100011 | 11010101 | 110110 | 1010100 | 0 | 1001011 | 10000 | 1111110 | 1001000 | 110001 |
Color Harmonies of #23D536
Complementary color
Monochromatic Colors of #23D536
Black with #23D536
Text Example
Text Example
White with #23D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D536; }
p { color: rgb(35,213,54); }
H1.HeaderClassName
{
color: #23D536;
}
.AnyTagClassName
{
color: #23D536;
}
</style>
background-color css
<style>
a { background-color: #23D536; }
a { background-color: rgb(35,213,54); }
div.DivClassName
{
background-color: #23D536;
}
.BgClassName
{
background-color: #23D536;
}
</style>
border-color css
<style>
span { border-color: #23D536; }
span { border-color: rgb(35,213,54); }
td.TdClassName
{
border-color: #23D536;
}
.TagClassName
{
border-color: #23D536;
}
</style>