Shades of Lime Green #23D52E
Tints of Lime Green #23D52E
RGB
CMYK
RGB Variations
Color information
#23D52E (or 0x23D52E) is known color: Lime Green. HEX triplet: 23, D5 and 2E. RGB value is (35,213,46). Sum of RGB (Red+Green+Blue) = 35+213+46=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 213 (83.59% from 255 or 72.45% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 213 - color contains mainly: green. Hex color #23D52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D52E is #DC2AD1. Grayscale: #8D8D8D. Windows color (decimal): -14428882 or 3069219. OLE color: 3069219.
HSL color Cylindrical-coordinate representation of color #23D52E: hue angle of 123.71º 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 #23D52E is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 213 | 46 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.16 |
| HSL | 123.71º | 0.72% | 0.49% | - |
| HSV(B) | 123.71º | 0.84% | 0.84% | - |
| XYZ | 24.98 | 48.14 | 10.56 | - |
| YUV | 140.74 | 74.53 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 213 | 46 | 0.84 | 0 | 0.78 | 0.16 | 123.71 | 0.72 | 0.49 |
| Hex | 23 | D5 | 2E | 54 | 0 | 4E | 10 | 7C | 48 | 31 |
| Octal | 43 | 325 | 56 | 124 | 0 | 116 | 20 | 174 | 110 | 61 |
| Binary | 100011 | 11010101 | 101110 | 1010100 | 0 | 1001110 | 10000 | 1111100 | 1001000 | 110001 |
Color Harmonies of #23D52E
Complementary color
Monochromatic Colors of #23D52E
Black with #23D52E
Text Example
Text Example
White with #23D52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D52E; }
p { color: rgb(35,213,46); }
H1.HeaderClassName
{
color: #23D52E;
}
.AnyTagClassName
{
color: #23D52E;
}
</style>
background-color css
<style>
a { background-color: #23D52E; }
a { background-color: rgb(35,213,46); }
div.DivClassName
{
background-color: #23D52E;
}
.BgClassName
{
background-color: #23D52E;
}
</style>
border-color css
<style>
span { border-color: #23D52E; }
span { border-color: rgb(35,213,46); }
td.TdClassName
{
border-color: #23D52E;
}
.TagClassName
{
border-color: #23D52E;
}
</style>