Shades of Lime Green #3EDA51
Tints of Lime Green #3EDA51
RGB
CMYK
RGB Variations
Color information
#3EDA51 (or 0x3EDA51) is known color: Lime Green. HEX triplet: 3E, DA and 51. RGB value is (62,218,81). Sum of RGB (Red+Green+Blue) = 62+218+81=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 218 (85.55% from 255 or 60.39% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDA51 is #C125AE. Grayscale: #9C9C9C. Windows color (decimal): -12658095 or 5364286. OLE color: 5364286.
HSL color Cylindrical-coordinate representation of color #3EDA51: hue angle of 127.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDA51 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 218 | 81 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.15 |
| HSL | 127.31º | 0.68% | 0.55% | - |
| HSV(B) | 127.31º | 0.72% | 0.85% | - |
| XYZ | 28.54 | 51.76 | 16.27 | - |
| YUV | 155.74 | 85.82 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 218 | 81 | 0.72 | 0 | 0.63 | 0.15 | 127.31 | 0.68 | 0.55 |
| Hex | 3E | DA | 51 | 48 | 0 | 3F | F | 7F | 44 | 37 |
| Octal | 76 | 332 | 121 | 110 | 0 | 77 | 17 | 177 | 104 | 67 |
| Binary | 111110 | 11011010 | 1010001 | 1001000 | 0 | 111111 | 1111 | 1111111 | 1000100 | 110111 |
Color Harmonies of #3EDA51
Complementary color
Monochromatic Colors of #3EDA51
Black with #3EDA51
Text Example
Text Example
White with #3EDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDA51; }
p { color: rgb(62,218,81); }
H1.HeaderClassName
{
color: #3EDA51;
}
.AnyTagClassName
{
color: #3EDA51;
}
</style>
background-color css
<style>
a { background-color: #3EDA51; }
a { background-color: rgb(62,218,81); }
div.DivClassName
{
background-color: #3EDA51;
}
.BgClassName
{
background-color: #3EDA51;
}
</style>
border-color css
<style>
span { border-color: #3EDA51; }
span { border-color: rgb(62,218,81); }
td.TdClassName
{
border-color: #3EDA51;
}
.TagClassName
{
border-color: #3EDA51;
}
</style>