Shades of Lime Green #23DE3A
Tints of Lime Green #23DE3A
RGB
CMYK
RGB Variations
Color information
#23DE3A (or 0x23DE3A) is known color: Lime Green. HEX triplet: 23, DE and 3A. RGB value is (35,222,58). Sum of RGB (Red+Green+Blue) = 35+222+58=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 222 (87.11% from 255 or 70.48% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 222 - color contains mainly: green. Hex color #23DE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23DE3A is #DC21C5. Grayscale: #939393. Windows color (decimal): -14426566 or 3857955. OLE color: 3857955.
HSL color Cylindrical-coordinate representation of color #23DE3A: hue angle of 127.38º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DE3A is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 222 | 58 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.13 |
| HSL | 127.38º | 0.74% | 0.5% | - |
| HSV(B) | 127.38º | 0.84% | 0.87% | - |
| XYZ | 27.58 | 52.91 | 12.76 | - |
| YUV | 147.39 | 77.55 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 222 | 58 | 0.84 | 0 | 0.74 | 0.13 | 127.38 | 0.74 | 0.5 |
| Hex | 23 | DE | 3A | 54 | 0 | 4A | D | 7F | 4A | 32 |
| Octal | 43 | 336 | 72 | 124 | 0 | 112 | 15 | 177 | 112 | 62 |
| Binary | 100011 | 11011110 | 111010 | 1010100 | 0 | 1001010 | 1101 | 1111111 | 1001010 | 110010 |
Color Harmonies of #23DE3A
Complementary color
Monochromatic Colors of #23DE3A
Black with #23DE3A
Text Example
Text Example
White with #23DE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DE3A; }
p { color: rgb(35,222,58); }
H1.HeaderClassName
{
color: #23DE3A;
}
.AnyTagClassName
{
color: #23DE3A;
}
</style>
background-color css
<style>
a { background-color: #23DE3A; }
a { background-color: rgb(35,222,58); }
div.DivClassName
{
background-color: #23DE3A;
}
.BgClassName
{
background-color: #23DE3A;
}
</style>
border-color css
<style>
span { border-color: #23DE3A; }
span { border-color: rgb(35,222,58); }
td.TdClassName
{
border-color: #23DE3A;
}
.TagClassName
{
border-color: #23DE3A;
}
</style>