Shades of Lime Green #3ECB45
Tints of Lime Green #3ECB45
RGB
CMYK
RGB Variations
Color information
#3ECB45 (or 0x3ECB45) is known color: Lime Green. HEX triplet: 3E, CB and 45. RGB value is (62,203,69). Sum of RGB (Red+Green+Blue) = 62+203+69=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 203 (79.69% from 255 or 60.78% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECB45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECB45 is #C134BA. Grayscale: #919191. Windows color (decimal): -12661947 or 4574014. OLE color: 4574014.
HSL color Cylindrical-coordinate representation of color #3ECB45: hue angle of 122.98º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECB45 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 203 | 69 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.20 |
| HSL | 122.98º | 0.58% | 0.52% | - |
| HSV(B) | 122.98º | 0.69% | 0.8% | - |
| XYZ | 24.42 | 44.17 | 12.87 | - |
| YUV | 145.57 | 84.79 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 69 | 0.69 | 0 | 0.66 | 0.20 | 122.98 | 0.58 | 0.52 |
| Hex | 3E | CB | 45 | 45 | 0 | 42 | 14 | 7B | 3A | 34 |
| Octal | 76 | 313 | 105 | 105 | 0 | 102 | 24 | 173 | 72 | 64 |
| Binary | 111110 | 11001011 | 1000101 | 1000101 | 0 | 1000010 | 10100 | 1111011 | 111010 | 110100 |
Color Harmonies of #3ECB45
Complementary color
Monochromatic Colors of #3ECB45
Black with #3ECB45
Text Example
Text Example
White with #3ECB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECB45; }
p { color: rgb(62,203,69); }
H1.HeaderClassName
{
color: #3ECB45;
}
.AnyTagClassName
{
color: #3ECB45;
}
</style>
background-color css
<style>
a { background-color: #3ECB45; }
a { background-color: rgb(62,203,69); }
div.DivClassName
{
background-color: #3ECB45;
}
.BgClassName
{
background-color: #3ECB45;
}
</style>
border-color css
<style>
span { border-color: #3ECB45; }
span { border-color: rgb(62,203,69); }
td.TdClassName
{
border-color: #3ECB45;
}
.TagClassName
{
border-color: #3ECB45;
}
</style>