Shades of Lime Green #3ED227
Tints of Lime Green #3ED227
RGB
CMYK
RGB Variations
Color information
#3ED227 (or 0x3ED227) is known color: Lime Green. HEX triplet: 3E, D2 and 27. RGB value is (62,210,39). Sum of RGB (Red+Green+Blue) = 62+210+39=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 210 (82.42% from 255 or 67.52% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 210 - color contains mainly: green. Hex color #3ED227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED227 is #C12DD8. Grayscale: #929292. Windows color (decimal): -12660185 or 2609726. OLE color: 2609726.
HSL color Cylindrical-coordinate representation of color #3ED227: hue angle of 111.93º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3ED227 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 210 | 39 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.18 |
| HSL | 111.93º | 0.69% | 0.49% | - |
| HSV(B) | 111.93º | 0.81% | 0.82% | - |
| XYZ | 25.4 | 47.26 | 9.7 | - |
| YUV | 146.25 | 67.47 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 210 | 39 | 0.70 | 0 | 0.81 | 0.18 | 111.93 | 0.69 | 0.49 |
| Hex | 3E | D2 | 27 | 46 | 0 | 51 | 12 | 70 | 45 | 31 |
| Octal | 76 | 322 | 47 | 106 | 0 | 121 | 22 | 160 | 105 | 61 |
| Binary | 111110 | 11010010 | 100111 | 1000110 | 0 | 1010001 | 10010 | 1110000 | 1000101 | 110001 |
Color Harmonies of #3ED227
Complementary color
Monochromatic Colors of #3ED227
Black with #3ED227
Text Example
Text Example
White with #3ED227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED227; }
p { color: rgb(62,210,39); }
H1.HeaderClassName
{
color: #3ED227;
}
.AnyTagClassName
{
color: #3ED227;
}
</style>
background-color css
<style>
a { background-color: #3ED227; }
a { background-color: rgb(62,210,39); }
div.DivClassName
{
background-color: #3ED227;
}
.BgClassName
{
background-color: #3ED227;
}
</style>
border-color css
<style>
span { border-color: #3ED227; }
span { border-color: rgb(62,210,39); }
td.TdClassName
{
border-color: #3ED227;
}
.TagClassName
{
border-color: #3ED227;
}
</style>