Shades of Lime Green #23E130
Tints of Lime Green #23E130
RGB
CMYK
RGB Variations
Color information
#23E130 (or 0x23E130) is known color: Lime Green. HEX triplet: 23, E1 and 30. RGB value is (35,225,48). Sum of RGB (Red+Green+Blue) = 35+225+48=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #23E130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23E130 is #DC1ECF. Grayscale: #949494. Windows color (decimal): -14425808 or 3203363. OLE color: 3203363.
HSL color Cylindrical-coordinate representation of color #23E130: hue angle of 124.11º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23E130 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 225 | 48 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.12 |
| HSL | 124.11º | 0.76% | 0.51% | - |
| HSV(B) | 124.11º | 0.84% | 0.88% | - |
| XYZ | 28.15 | 54.42 | 11.82 | - |
| YUV | 148.01 | 71.55 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 225 | 48 | 0.84 | 0 | 0.79 | 0.12 | 124.11 | 0.76 | 0.51 |
| Hex | 23 | E1 | 30 | 54 | 0 | 4F | C | 7C | 4C | 33 |
| Octal | 43 | 341 | 60 | 124 | 0 | 117 | 14 | 174 | 114 | 63 |
| Binary | 100011 | 11100001 | 110000 | 1010100 | 0 | 1001111 | 1100 | 1111100 | 1001100 | 110011 |
Color Harmonies of #23E130
Complementary color
Monochromatic Colors of #23E130
Black with #23E130
Text Example
Text Example
White with #23E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E130; }
p { color: rgb(35,225,48); }
H1.HeaderClassName
{
color: #23E130;
}
.AnyTagClassName
{
color: #23E130;
}
</style>
background-color css
<style>
a { background-color: #23E130; }
a { background-color: rgb(35,225,48); }
div.DivClassName
{
background-color: #23E130;
}
.BgClassName
{
background-color: #23E130;
}
</style>
border-color css
<style>
span { border-color: #23E130; }
span { border-color: rgb(35,225,48); }
td.TdClassName
{
border-color: #23E130;
}
.TagClassName
{
border-color: #23E130;
}
</style>