Shades of Lime Green #3ED628
Tints of Lime Green #3ED628
RGB
CMYK
RGB Variations
Color information
#3ED628 (or 0x3ED628) is known color: Lime Green. HEX triplet: 3E, D6 and 28. RGB value is (62,214,40). Sum of RGB (Red+Green+Blue) = 62+214+40=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 214 (83.98% from 255 or 67.72% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 214 - color contains mainly: green. Hex color #3ED628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED628 is #C129D7. Grayscale: #959595. Windows color (decimal): -12659160 or 2676286. OLE color: 2676286.
HSL color Cylindrical-coordinate representation of color #3ED628: hue angle of 112.41º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3ED628 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 214 | 40 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.16 |
| HSL | 112.41º | 0.69% | 0.5% | - |
| HSV(B) | 112.41º | 0.81% | 0.84% | - |
| XYZ | 26.42 | 49.27 | 10.13 | - |
| YUV | 148.72 | 66.64 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 214 | 40 | 0.71 | 0 | 0.81 | 0.16 | 112.41 | 0.69 | 0.5 |
| Hex | 3E | D6 | 28 | 47 | 0 | 51 | 10 | 70 | 45 | 32 |
| Octal | 76 | 326 | 50 | 107 | 0 | 121 | 20 | 160 | 105 | 62 |
| Binary | 111110 | 11010110 | 101000 | 1000111 | 0 | 1010001 | 10000 | 1110000 | 1000101 | 110010 |
Color Harmonies of #3ED628
Complementary color
Monochromatic Colors of #3ED628
Black with #3ED628
Text Example
Text Example
White with #3ED628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED628; }
p { color: rgb(62,214,40); }
H1.HeaderClassName
{
color: #3ED628;
}
.AnyTagClassName
{
color: #3ED628;
}
</style>
background-color css
<style>
a { background-color: #3ED628; }
a { background-color: rgb(62,214,40); }
div.DivClassName
{
background-color: #3ED628;
}
.BgClassName
{
background-color: #3ED628;
}
</style>
border-color css
<style>
span { border-color: #3ED628; }
span { border-color: rgb(62,214,40); }
td.TdClassName
{
border-color: #3ED628;
}
.TagClassName
{
border-color: #3ED628;
}
</style>