Shades of Lime Green #3ACE3E
Tints of Lime Green #3ACE3E
RGB
CMYK
RGB Variations
Color information
#3ACE3E (or 0x3ACE3E) is known color: Lime Green. HEX triplet: 3A, CE and 3E. RGB value is (58,206,62). Sum of RGB (Red+Green+Blue) = 58+206+62=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 206 (80.86% from 255 or 63.19% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACE3E is #C531C1. Grayscale: #919191. Windows color (decimal): -12923330 or 4116026. OLE color: 4116026.
HSL color Cylindrical-coordinate representation of color #3ACE3E: hue angle of 121.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACE3E is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 62 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.19 |
| HSL | 121.62º | 0.6% | 0.52% | - |
| HSV(B) | 121.62º | 0.72% | 0.81% | - |
| XYZ | 24.69 | 45.39 | 12.02 | - |
| YUV | 145.33 | 80.97 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 62 | 0.72 | 0 | 0.70 | 0.19 | 121.62 | 0.6 | 0.52 |
| Hex | 3A | CE | 3E | 48 | 0 | 46 | 13 | 7A | 3C | 34 |
| Octal | 72 | 316 | 76 | 110 | 0 | 106 | 23 | 172 | 74 | 64 |
| Binary | 111010 | 11001110 | 111110 | 1001000 | 0 | 1000110 | 10011 | 1111010 | 111100 | 110100 |
Color Harmonies of #3ACE3E
Complementary color
Monochromatic Colors of #3ACE3E
Black with #3ACE3E
Text Example
Text Example
White with #3ACE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE3E; }
p { color: rgb(58,206,62); }
H1.HeaderClassName
{
color: #3ACE3E;
}
.AnyTagClassName
{
color: #3ACE3E;
}
</style>
background-color css
<style>
a { background-color: #3ACE3E; }
a { background-color: rgb(58,206,62); }
div.DivClassName
{
background-color: #3ACE3E;
}
.BgClassName
{
background-color: #3ACE3E;
}
</style>
border-color css
<style>
span { border-color: #3ACE3E; }
span { border-color: rgb(58,206,62); }
td.TdClassName
{
border-color: #3ACE3E;
}
.TagClassName
{
border-color: #3ACE3E;
}
</style>