Shades of Lime Green #3EDF33
Tints of Lime Green #3EDF33
RGB
CMYK
RGB Variations
Color information
#3EDF33 (or 0x3EDF33) is known color: Lime Green. HEX triplet: 3E, DF and 33. RGB value is (62,223,51). Sum of RGB (Red+Green+Blue) = 62+223+51=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 223 (87.5% from 255 or 66.37% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDF33 is #C120CC. Grayscale: #9B9B9B. Windows color (decimal): -12656845 or 3399486. OLE color: 3399486.
HSL color Cylindrical-coordinate representation of color #3EDF33: hue angle of 116.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EDF33 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 51 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.13 |
| HSL | 116.16º | 0.73% | 0.54% | - |
| HSV(B) | 116.16º | 0.77% | 0.87% | - |
| XYZ | 28.97 | 54.04 | 12.04 | - |
| YUV | 155.25 | 69.16 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 51 | 0.72 | 0 | 0.77 | 0.13 | 116.16 | 0.73 | 0.54 |
| Hex | 3E | DF | 33 | 48 | 0 | 4D | D | 74 | 49 | 36 |
| Octal | 76 | 337 | 63 | 110 | 0 | 115 | 15 | 164 | 111 | 66 |
| Binary | 111110 | 11011111 | 110011 | 1001000 | 0 | 1001101 | 1101 | 1110100 | 1001001 | 110110 |
Color Harmonies of #3EDF33
Complementary color
Monochromatic Colors of #3EDF33
Black with #3EDF33
Text Example
Text Example
White with #3EDF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDF33; }
p { color: rgb(62,223,51); }
H1.HeaderClassName
{
color: #3EDF33;
}
.AnyTagClassName
{
color: #3EDF33;
}
</style>
background-color css
<style>
a { background-color: #3EDF33; }
a { background-color: rgb(62,223,51); }
div.DivClassName
{
background-color: #3EDF33;
}
.BgClassName
{
background-color: #3EDF33;
}
</style>
border-color css
<style>
span { border-color: #3EDF33; }
span { border-color: rgb(62,223,51); }
td.TdClassName
{
border-color: #3EDF33;
}
.TagClassName
{
border-color: #3EDF33;
}
</style>