Shades of Lime Green #3EDE23
Tints of Lime Green #3EDE23
RGB
CMYK
RGB Variations
Color information
#3EDE23 (or 0x3EDE23) is known color: Lime Green. HEX triplet: 3E, DE and 23. RGB value is (62,222,35). Sum of RGB (Red+Green+Blue) = 62+222+35=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 222 (87.11% from 255 or 69.59% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDE23 is #C121DC. Grayscale: #999999. Windows color (decimal): -12657117 or 2350654. OLE color: 2350654.
HSL color Cylindrical-coordinate representation of color #3EDE23: hue angle of 111.34º 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 #3EDE23 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 35 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.13 |
| HSL | 111.34º | 0.74% | 0.5% | - |
| HSV(B) | 111.34º | 0.84% | 0.87% | - |
| XYZ | 28.41 | 53.39 | 10.4 | - |
| YUV | 152.84 | 61.49 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 35 | 0.72 | 0 | 0.84 | 0.13 | 111.34 | 0.74 | 0.5 |
| Hex | 3E | DE | 23 | 48 | 0 | 54 | D | 6F | 4A | 32 |
| Octal | 76 | 336 | 43 | 110 | 0 | 124 | 15 | 157 | 112 | 62 |
| Binary | 111110 | 11011110 | 100011 | 1001000 | 0 | 1010100 | 1101 | 1101111 | 1001010 | 110010 |
Color Harmonies of #3EDE23
Complementary color
Monochromatic Colors of #3EDE23
Black with #3EDE23
Text Example
Text Example
White with #3EDE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDE23; }
p { color: rgb(62,222,35); }
H1.HeaderClassName
{
color: #3EDE23;
}
.AnyTagClassName
{
color: #3EDE23;
}
</style>
background-color css
<style>
a { background-color: #3EDE23; }
a { background-color: rgb(62,222,35); }
div.DivClassName
{
background-color: #3EDE23;
}
.BgClassName
{
background-color: #3EDE23;
}
</style>
border-color css
<style>
span { border-color: #3EDE23; }
span { border-color: rgb(62,222,35); }
td.TdClassName
{
border-color: #3EDE23;
}
.TagClassName
{
border-color: #3EDE23;
}
</style>