Shades of Lime Green #23E42D
Tints of Lime Green #23E42D
RGB
CMYK
RGB Variations
Color information
#23E42D (or 0x23E42D) is known color: Lime Green. HEX triplet: 23, E4 and 2D. RGB value is (35,228,45). Sum of RGB (Red+Green+Blue) = 35+228+45=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 228 (89.45% from 255 or 74.03% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 228 - color contains mainly: green. Hex color #23E42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23E42D is #DC1BD2. Grayscale: #959595. Windows color (decimal): -14425043 or 3007523. OLE color: 3007523.
HSL color Cylindrical-coordinate representation of color #23E42D: hue angle of 123.11º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E42D is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 228 | 45 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.11 |
| HSL | 123.11º | 0.78% | 0.52% | - |
| HSV(B) | 123.11º | 0.85% | 0.89% | - |
| XYZ | 28.91 | 56.03 | 11.77 | - |
| YUV | 149.43 | 69.06 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 228 | 45 | 0.85 | 0 | 0.80 | 0.11 | 123.11 | 0.78 | 0.52 |
| Hex | 23 | E4 | 2D | 55 | 0 | 50 | B | 7B | 4E | 34 |
| Octal | 43 | 344 | 55 | 125 | 0 | 120 | 13 | 173 | 116 | 64 |
| Binary | 100011 | 11100100 | 101101 | 1010101 | 0 | 1010000 | 1011 | 1111011 | 1001110 | 110100 |
Color Harmonies of #23E42D
Complementary color
Monochromatic Colors of #23E42D
Black with #23E42D
Text Example
Text Example
White with #23E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E42D; }
p { color: rgb(35,228,45); }
H1.HeaderClassName
{
color: #23E42D;
}
.AnyTagClassName
{
color: #23E42D;
}
</style>
background-color css
<style>
a { background-color: #23E42D; }
a { background-color: rgb(35,228,45); }
div.DivClassName
{
background-color: #23E42D;
}
.BgClassName
{
background-color: #23E42D;
}
</style>
border-color css
<style>
span { border-color: #23E42D; }
span { border-color: rgb(35,228,45); }
td.TdClassName
{
border-color: #23E42D;
}
.TagClassName
{
border-color: #23E42D;
}
</style>