Shades of Lime Green #23D735
Tints of Lime Green #23D735
RGB
CMYK
RGB Variations
Color information
#23D735 (or 0x23D735) is known color: Lime Green. HEX triplet: 23, D7 and 35. RGB value is (35,215,53). Sum of RGB (Red+Green+Blue) = 35+215+53=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 215 (84.38% from 255 or 70.96% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 215 - color contains mainly: green. Hex color #23D735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D735 is #DC28CA. Grayscale: #8F8F8F. Windows color (decimal): -14428363 or 3528483. OLE color: 3528483.
HSL color Cylindrical-coordinate representation of color #23D735: hue angle of 126º 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 #23D735 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 215 | 53 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.16 |
| HSL | 126º | 0.72% | 0.49% | - |
| HSV(B) | 126º | 0.84% | 0.84% | - |
| XYZ | 25.64 | 49.22 | 11.52 | - |
| YUV | 142.71 | 77.37 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 215 | 53 | 0.84 | 0 | 0.75 | 0.16 | 126 | 0.72 | 0.49 |
| Hex | 23 | D7 | 35 | 54 | 0 | 4B | 10 | 7E | 48 | 31 |
| Octal | 43 | 327 | 65 | 124 | 0 | 113 | 20 | 176 | 110 | 61 |
| Binary | 100011 | 11010111 | 110101 | 1010100 | 0 | 1001011 | 10000 | 1111110 | 1001000 | 110001 |
Color Harmonies of #23D735
Complementary color
Monochromatic Colors of #23D735
Black with #23D735
Text Example
Text Example
White with #23D735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D735; }
p { color: rgb(35,215,53); }
H1.HeaderClassName
{
color: #23D735;
}
.AnyTagClassName
{
color: #23D735;
}
</style>
background-color css
<style>
a { background-color: #23D735; }
a { background-color: rgb(35,215,53); }
div.DivClassName
{
background-color: #23D735;
}
.BgClassName
{
background-color: #23D735;
}
</style>
border-color css
<style>
span { border-color: #23D735; }
span { border-color: rgb(35,215,53); }
td.TdClassName
{
border-color: #23D735;
}
.TagClassName
{
border-color: #23D735;
}
</style>