Shades of Lime Green #3EFC37
Tints of Lime Green #3EFC37
RGB
CMYK
RGB Variations
Color information
#3EFC37 (or 0x3EFC37) is known color: Lime Green. HEX triplet: 3E, FC and 37. RGB value is (62,252,55). Sum of RGB (Red+Green+Blue) = 62+252+55=369 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.80% from 369); Green value is 252 (98.83% from 255 or 68.29% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFC37 is #C103C8. Grayscale: #ADADAD. Windows color (decimal): -12649417 or 3669054. OLE color: 3669054.
HSL color Cylindrical-coordinate representation of color #3EFC37: hue angle of 117.87º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3EFC37 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 55 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.01 |
| HSL | 117.87º | 0.97% | 0.6% | - |
| HSV(B) | 117.87º | 0.78% | 0.99% | - |
| XYZ | 37.49 | 70.92 | 15.33 | - |
| YUV | 172.73 | 61.55 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 55 | 0.75 | 0 | 0.78 | 0.01 | 117.87 | 0.97 | 0.6 |
| Hex | 3E | FC | 37 | 4B | 0 | 4E | 1 | 76 | 61 | 3C |
| Octal | 76 | 374 | 67 | 113 | 0 | 116 | 1 | 166 | 141 | 74 |
| Binary | 111110 | 11111100 | 110111 | 1001011 | 0 | 1001110 | 1 | 1110110 | 1100001 | 111100 |
Color Harmonies of #3EFC37
Complementary color
Monochromatic Colors of #3EFC37
Black with #3EFC37
Text Example
Text Example
White with #3EFC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFC37; }
p { color: rgb(62,252,55); }
H1.HeaderClassName
{
color: #3EFC37;
}
.AnyTagClassName
{
color: #3EFC37;
}
</style>
background-color css
<style>
a { background-color: #3EFC37; }
a { background-color: rgb(62,252,55); }
div.DivClassName
{
background-color: #3EFC37;
}
.BgClassName
{
background-color: #3EFC37;
}
</style>
border-color css
<style>
span { border-color: #3EFC37; }
span { border-color: rgb(62,252,55); }
td.TdClassName
{
border-color: #3EFC37;
}
.TagClassName
{
border-color: #3EFC37;
}
</style>