Shades of Lime Green #3ACE37
Tints of Lime Green #3ACE37
RGB
CMYK
RGB Variations
Color information
#3ACE37 (or 0x3ACE37) is known color: Lime Green. HEX triplet: 3A, CE and 37. RGB value is (58,206,55). Sum of RGB (Red+Green+Blue) = 58+206+55=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 206 (80.86% from 255 or 64.58% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACE37 is #C531C8. Grayscale: #909090. Windows color (decimal): -12923337 or 3657274. OLE color: 3657274.
HSL color Cylindrical-coordinate representation of color #3ACE37: hue angle of 118.81º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ACE37 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 55 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.19 |
| HSL | 118.81º | 0.61% | 0.51% | - |
| HSV(B) | 118.81º | 0.73% | 0.81% | - |
| XYZ | 24.51 | 45.32 | 11.07 | - |
| YUV | 144.53 | 77.47 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 55 | 0.72 | 0 | 0.73 | 0.19 | 118.81 | 0.61 | 0.51 |
| Hex | 3A | CE | 37 | 48 | 0 | 49 | 13 | 77 | 3D | 33 |
| Octal | 72 | 316 | 67 | 110 | 0 | 111 | 23 | 167 | 75 | 63 |
| Binary | 111010 | 11001110 | 110111 | 1001000 | 0 | 1001001 | 10011 | 1110111 | 111101 | 110011 |
Color Harmonies of #3ACE37
Complementary color
Monochromatic Colors of #3ACE37
Black with #3ACE37
Text Example
Text Example
White with #3ACE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE37; }
p { color: rgb(58,206,55); }
H1.HeaderClassName
{
color: #3ACE37;
}
.AnyTagClassName
{
color: #3ACE37;
}
</style>
background-color css
<style>
a { background-color: #3ACE37; }
a { background-color: rgb(58,206,55); }
div.DivClassName
{
background-color: #3ACE37;
}
.BgClassName
{
background-color: #3ACE37;
}
</style>
border-color css
<style>
span { border-color: #3ACE37; }
span { border-color: rgb(58,206,55); }
td.TdClassName
{
border-color: #3ACE37;
}
.TagClassName
{
border-color: #3ACE37;
}
</style>