Shades of Lime Green #3EE330
Tints of Lime Green #3EE330
RGB
CMYK
RGB Variations
Color information
#3EE330 (or 0x3EE330) is known color: Lime Green. HEX triplet: 3E, E3 and 30. RGB value is (62,227,48). Sum of RGB (Red+Green+Blue) = 62+227+48=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 227 (89.06% from 255 or 67.36% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE330 is #C11CCF. Grayscale: #9D9D9D. Windows color (decimal): -12655824 or 3203902. OLE color: 3203902.
HSL color Cylindrical-coordinate representation of color #3EE330: hue angle of 115.31º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3EE330 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 227 | 48 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.11 |
| HSL | 115.31º | 0.76% | 0.54% | - |
| HSV(B) | 115.31º | 0.79% | 0.89% | - |
| XYZ | 29.99 | 56.18 | 12.06 | - |
| YUV | 157.26 | 66.34 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 227 | 48 | 0.73 | 0 | 0.79 | 0.11 | 115.31 | 0.76 | 0.54 |
| Hex | 3E | E3 | 30 | 49 | 0 | 4F | B | 73 | 4C | 36 |
| Octal | 76 | 343 | 60 | 111 | 0 | 117 | 13 | 163 | 114 | 66 |
| Binary | 111110 | 11100011 | 110000 | 1001001 | 0 | 1001111 | 1011 | 1110011 | 1001100 | 110110 |
Color Harmonies of #3EE330
Complementary color
Monochromatic Colors of #3EE330
Black with #3EE330
Text Example
Text Example
White with #3EE330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE330; }
p { color: rgb(62,227,48); }
H1.HeaderClassName
{
color: #3EE330;
}
.AnyTagClassName
{
color: #3EE330;
}
</style>
background-color css
<style>
a { background-color: #3EE330; }
a { background-color: rgb(62,227,48); }
div.DivClassName
{
background-color: #3EE330;
}
.BgClassName
{
background-color: #3EE330;
}
</style>
border-color css
<style>
span { border-color: #3EE330; }
span { border-color: rgb(62,227,48); }
td.TdClassName
{
border-color: #3EE330;
}
.TagClassName
{
border-color: #3EE330;
}
</style>