Shades of Lime Green #3ECC45
Tints of Lime Green #3ECC45
RGB
CMYK
RGB Variations
Color information
#3ECC45 (or 0x3ECC45) is known color: Lime Green. HEX triplet: 3E, CC and 45. RGB value is (62,204,69). Sum of RGB (Red+Green+Blue) = 62+204+69=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECC45 is #C133BA. Grayscale: #929292. Windows color (decimal): -12661691 or 4574270. OLE color: 4574270.
HSL color Cylindrical-coordinate representation of color #3ECC45: hue angle of 122.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECC45 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 204 | 69 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.2 |
| HSL | 122.96º | 0.58% | 0.52% | - |
| HSV(B) | 122.96º | 0.7% | 0.8% | - |
| XYZ | 24.65 | 44.64 | 12.95 | - |
| YUV | 146.15 | 84.46 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 204 | 69 | 0.70 | 0 | 0.66 | 0.2 | 122.96 | 0.58 | 0.52 |
| Hex | 3E | CC | 45 | 46 | 0 | 42 | 14 | 7B | 3A | 34 |
| Octal | 76 | 314 | 105 | 106 | 0 | 102 | 24 | 173 | 72 | 64 |
| Binary | 111110 | 11001100 | 1000101 | 1000110 | 0 | 1000010 | 10100 | 1111011 | 111010 | 110100 |
Color Harmonies of #3ECC45
Complementary color
Monochromatic Colors of #3ECC45
Black with #3ECC45
Text Example
Text Example
White with #3ECC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECC45; }
p { color: rgb(62,204,69); }
H1.HeaderClassName
{
color: #3ECC45;
}
.AnyTagClassName
{
color: #3ECC45;
}
</style>
background-color css
<style>
a { background-color: #3ECC45; }
a { background-color: rgb(62,204,69); }
div.DivClassName
{
background-color: #3ECC45;
}
.BgClassName
{
background-color: #3ECC45;
}
</style>
border-color css
<style>
span { border-color: #3ECC45; }
span { border-color: rgb(62,204,69); }
td.TdClassName
{
border-color: #3ECC45;
}
.TagClassName
{
border-color: #3ECC45;
}
</style>