Shades of Lime Green #3EFF41
Tints of Lime Green #3EFF41
RGB
CMYK
RGB Variations
Color information
#3EFF41 (or 0x3EFF41) is known color: Lime Green. HEX triplet: 3E, FF and 41. RGB value is (62,255,65). Sum of RGB (Red+Green+Blue) = 62+255+65=382 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.23% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFF41 is #C100BE. Grayscale: #B0B0B0. Windows color (decimal): -12648639 or 4325182. OLE color: 4325182.
HSL color Cylindrical-coordinate representation of color #3EFF41: hue angle of 120.93º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFF41 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 65 | - |
| CMYK | 0.76 | 0 | 0.75 | 0 |
| HSL | 120.93º | 1% | 0.62% | - |
| HSV(B) | 120.93º | 0.76% | 1% | - |
| XYZ | 38.7 | 72.93 | 17.04 | - |
| YUV | 175.63 | 65.56 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 65 | 0.76 | 0 | 0.75 | 0 | 120.93 | 1 | 0.62 |
| Hex | 3E | FF | 41 | 4C | 0 | 4B | 0 | 79 | 64 | 3E |
| Octal | 76 | 377 | 101 | 114 | 0 | 113 | 0 | 171 | 144 | 76 |
| Binary | 111110 | 11111111 | 1000001 | 1001100 | 0 | 1001011 | 0 | 1111001 | 1100100 | 111110 |
Color Harmonies of #3EFF41
Complementary color
Monochromatic Colors of #3EFF41
Black with #3EFF41
Text Example
Text Example
White with #3EFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFF41; }
p { color: rgb(62,255,65); }
H1.HeaderClassName
{
color: #3EFF41;
}
.AnyTagClassName
{
color: #3EFF41;
}
</style>
background-color css
<style>
a { background-color: #3EFF41; }
a { background-color: rgb(62,255,65); }
div.DivClassName
{
background-color: #3EFF41;
}
.BgClassName
{
background-color: #3EFF41;
}
</style>
border-color css
<style>
span { border-color: #3EFF41; }
span { border-color: rgb(62,255,65); }
td.TdClassName
{
border-color: #3EFF41;
}
.TagClassName
{
border-color: #3EFF41;
}
</style>