Shades of Lime Green #23E52D
Tints of Lime Green #23E52D
RGB
CMYK
RGB Variations
Color information
#23E52D (or 0x23E52D) is known color: Lime Green. HEX triplet: 23, E5 and 2D. RGB value is (35,229,45). Sum of RGB (Red+Green+Blue) = 35+229+45=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 229 (89.84% from 255 or 74.11% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 229 - color contains mainly: green. Hex color #23E52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23E52D is #DC1AD2. Grayscale: #969696. Windows color (decimal): -14424787 or 3007779. OLE color: 3007779.
HSL color Cylindrical-coordinate representation of color #23E52D: hue angle of 123.09º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E52D is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 229 | 45 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.10 |
| HSL | 123.09º | 0.79% | 0.52% | - |
| HSV(B) | 123.09º | 0.85% | 0.9% | - |
| XYZ | 29.19 | 56.59 | 11.87 | - |
| YUV | 150.02 | 68.73 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 229 | 45 | 0.85 | 0 | 0.80 | 0.10 | 123.09 | 0.79 | 0.52 |
| Hex | 23 | E5 | 2D | 55 | 0 | 50 | A | 7B | 4F | 34 |
| Octal | 43 | 345 | 55 | 125 | 0 | 120 | 12 | 173 | 117 | 64 |
| Binary | 100011 | 11100101 | 101101 | 1010101 | 0 | 1010000 | 1010 | 1111011 | 1001111 | 110100 |
Color Harmonies of #23E52D
Complementary color
Monochromatic Colors of #23E52D
Black with #23E52D
Text Example
Text Example
White with #23E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E52D; }
p { color: rgb(35,229,45); }
H1.HeaderClassName
{
color: #23E52D;
}
.AnyTagClassName
{
color: #23E52D;
}
</style>
background-color css
<style>
a { background-color: #23E52D; }
a { background-color: rgb(35,229,45); }
div.DivClassName
{
background-color: #23E52D;
}
.BgClassName
{
background-color: #23E52D;
}
</style>
border-color css
<style>
span { border-color: #23E52D; }
span { border-color: rgb(35,229,45); }
td.TdClassName
{
border-color: #23E52D;
}
.TagClassName
{
border-color: #23E52D;
}
</style>