Shades of Lime Green #3EEF41
Tints of Lime Green #3EEF41
RGB
CMYK
RGB Variations
Color information
#3EEF41 (or 0x3EEF41) is known color: Lime Green. HEX triplet: 3E, EF and 41. RGB value is (62,239,65). Sum of RGB (Red+Green+Blue) = 62+239+65=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 239 (93.75% from 255 or 65.30% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEF41 is #C110BE. Grayscale: #A6A6A6. Windows color (decimal): -12652735 or 4321086. OLE color: 4321086.
HSL color Cylindrical-coordinate representation of color #3EEF41: hue angle of 121.02º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEF41 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 65 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.06 |
| HSL | 121.02º | 0.85% | 0.59% | - |
| HSV(B) | 121.02º | 0.74% | 0.94% | - |
| XYZ | 33.81 | 63.14 | 15.41 | - |
| YUV | 166.24 | 70.86 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 65 | 0.74 | 0 | 0.73 | 0.06 | 121.02 | 0.85 | 0.59 |
| Hex | 3E | EF | 41 | 4A | 0 | 49 | 6 | 79 | 55 | 3B |
| Octal | 76 | 357 | 101 | 112 | 0 | 111 | 6 | 171 | 125 | 73 |
| Binary | 111110 | 11101111 | 1000001 | 1001010 | 0 | 1001001 | 110 | 1111001 | 1010101 | 111011 |
Color Harmonies of #3EEF41
Complementary color
Monochromatic Colors of #3EEF41
Black with #3EEF41
Text Example
Text Example
White with #3EEF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEF41; }
p { color: rgb(62,239,65); }
H1.HeaderClassName
{
color: #3EEF41;
}
.AnyTagClassName
{
color: #3EEF41;
}
</style>
background-color css
<style>
a { background-color: #3EEF41; }
a { background-color: rgb(62,239,65); }
div.DivClassName
{
background-color: #3EEF41;
}
.BgClassName
{
background-color: #3EEF41;
}
</style>
border-color css
<style>
span { border-color: #3EEF41; }
span { border-color: rgb(62,239,65); }
td.TdClassName
{
border-color: #3EEF41;
}
.TagClassName
{
border-color: #3EEF41;
}
</style>