Shades of Lime Green #3EEA26
Tints of Lime Green #3EEA26
RGB
CMYK
RGB Variations
Color information
#3EEA26 (or 0x3EEA26) is known color: Lime Green. HEX triplet: 3E, EA and 26. RGB value is (62,234,38). Sum of RGB (Red+Green+Blue) = 62+234+38=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 234 (91.80% from 255 or 70.06% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEA26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEA26 is #C115D9. Grayscale: #A0A0A0. Windows color (decimal): -12654042 or 2550334. OLE color: 2550334.
HSL color Cylindrical-coordinate representation of color #3EEA26: hue angle of 112.65º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3EEA26 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 38 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.08 |
| HSL | 112.65º | 0.82% | 0.53% | - |
| HSV(B) | 112.65º | 0.84% | 0.92% | - |
| XYZ | 31.76 | 60.01 | 11.74 | - |
| YUV | 160.23 | 59.02 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 38 | 0.74 | 0 | 0.84 | 0.08 | 112.65 | 0.82 | 0.53 |
| Hex | 3E | EA | 26 | 4A | 0 | 54 | 8 | 71 | 52 | 35 |
| Octal | 76 | 352 | 46 | 112 | 0 | 124 | 10 | 161 | 122 | 65 |
| Binary | 111110 | 11101010 | 100110 | 1001010 | 0 | 1010100 | 1000 | 1110001 | 1010010 | 110101 |
Color Harmonies of #3EEA26
Complementary color
Monochromatic Colors of #3EEA26
Black with #3EEA26
Text Example
Text Example
White with #3EEA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEA26; }
p { color: rgb(62,234,38); }
H1.HeaderClassName
{
color: #3EEA26;
}
.AnyTagClassName
{
color: #3EEA26;
}
</style>
background-color css
<style>
a { background-color: #3EEA26; }
a { background-color: rgb(62,234,38); }
div.DivClassName
{
background-color: #3EEA26;
}
.BgClassName
{
background-color: #3EEA26;
}
</style>
border-color css
<style>
span { border-color: #3EEA26; }
span { border-color: rgb(62,234,38); }
td.TdClassName
{
border-color: #3EEA26;
}
.TagClassName
{
border-color: #3EEA26;
}
</style>