Shades of Lime Green #23E430
Tints of Lime Green #23E430
RGB
CMYK
RGB Variations
Color information
#23E430 (or 0x23E430) is known color: Lime Green. HEX triplet: 23, E4 and 30. RGB value is (35,228,48). Sum of RGB (Red+Green+Blue) = 35+228+48=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 228 (89.45% from 255 or 73.31% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 228 - color contains mainly: green. Hex color #23E430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23E430 is #DC1BCF. Grayscale: #969696. Windows color (decimal): -14425040 or 3204131. OLE color: 3204131.
HSL color Cylindrical-coordinate representation of color #23E430: hue angle of 124.04º 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 #23E430 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 228 | 48 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.11 |
| HSL | 124.04º | 0.78% | 0.52% | - |
| HSV(B) | 124.04º | 0.85% | 0.89% | - |
| XYZ | 28.97 | 56.06 | 12.09 | - |
| YUV | 149.77 | 70.56 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 228 | 48 | 0.85 | 0 | 0.79 | 0.11 | 124.04 | 0.78 | 0.52 |
| Hex | 23 | E4 | 30 | 55 | 0 | 4F | B | 7C | 4E | 34 |
| Octal | 43 | 344 | 60 | 125 | 0 | 117 | 13 | 174 | 116 | 64 |
| Binary | 100011 | 11100100 | 110000 | 1010101 | 0 | 1001111 | 1011 | 1111100 | 1001110 | 110100 |
Color Harmonies of #23E430
Complementary color
Monochromatic Colors of #23E430
Black with #23E430
Text Example
Text Example
White with #23E430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E430; }
p { color: rgb(35,228,48); }
H1.HeaderClassName
{
color: #23E430;
}
.AnyTagClassName
{
color: #23E430;
}
</style>
background-color css
<style>
a { background-color: #23E430; }
a { background-color: rgb(35,228,48); }
div.DivClassName
{
background-color: #23E430;
}
.BgClassName
{
background-color: #23E430;
}
</style>
border-color css
<style>
span { border-color: #23E430; }
span { border-color: rgb(35,228,48); }
td.TdClassName
{
border-color: #23E430;
}
.TagClassName
{
border-color: #23E430;
}
</style>