Shades of Lime Green #3EF127
Tints of Lime Green #3EF127
RGB
CMYK
RGB Variations
Color information
#3EF127 (or 0x3EF127) is known color: Lime Green. HEX triplet: 3E, F1 and 27. RGB value is (62,241,39). Sum of RGB (Red+Green+Blue) = 62+241+39=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 241 (94.53% from 255 or 70.47% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF127 is #C10ED8. Grayscale: #A5A5A5. Windows color (decimal): -12652249 or 2617662. OLE color: 2617662.
HSL color Cylindrical-coordinate representation of color #3EF127: hue angle of 113.17º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3EF127 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 241 | 39 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.05 |
| HSL | 113.17º | 0.88% | 0.55% | - |
| HSV(B) | 113.17º | 0.84% | 0.95% | - |
| XYZ | 33.81 | 64.08 | 12.51 | - |
| YUV | 164.45 | 57.2 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 241 | 39 | 0.74 | 0 | 0.84 | 0.05 | 113.17 | 0.88 | 0.55 |
| Hex | 3E | F1 | 27 | 4A | 0 | 54 | 5 | 71 | 58 | 37 |
| Octal | 76 | 361 | 47 | 112 | 0 | 124 | 5 | 161 | 130 | 67 |
| Binary | 111110 | 11110001 | 100111 | 1001010 | 0 | 1010100 | 101 | 1110001 | 1011000 | 110111 |
Color Harmonies of #3EF127
Complementary color
Monochromatic Colors of #3EF127
Black with #3EF127
Text Example
Text Example
White with #3EF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF127; }
p { color: rgb(62,241,39); }
H1.HeaderClassName
{
color: #3EF127;
}
.AnyTagClassName
{
color: #3EF127;
}
</style>
background-color css
<style>
a { background-color: #3EF127; }
a { background-color: rgb(62,241,39); }
div.DivClassName
{
background-color: #3EF127;
}
.BgClassName
{
background-color: #3EF127;
}
</style>
border-color css
<style>
span { border-color: #3EF127; }
span { border-color: rgb(62,241,39); }
td.TdClassName
{
border-color: #3EF127;
}
.TagClassName
{
border-color: #3EF127;
}
</style>