Shades of Lime Green #3ACB55
Tints of Lime Green #3ACB55
RGB
CMYK
RGB Variations
Color information
#3ACB55 (or 0x3ACB55) is known color: Lime Green. HEX triplet: 3A, CB and 55. RGB value is (58,203,85). Sum of RGB (Red+Green+Blue) = 58+203+85=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACB55 is #C534AA. Grayscale: #929292. Windows color (decimal): -12924075 or 5622586. OLE color: 5622586.
HSL color Cylindrical-coordinate representation of color #3ACB55: hue angle of 131.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACB55 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 85 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.20 |
| HSL | 131.17º | 0.58% | 0.51% | - |
| HSV(B) | 131.17º | 0.71% | 0.8% | - |
| XYZ | 24.74 | 44.27 | 15.83 | - |
| YUV | 146.19 | 93.46 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 85 | 0.71 | 0 | 0.58 | 0.20 | 131.17 | 0.58 | 0.51 |
| Hex | 3A | CB | 55 | 47 | 0 | 3A | 14 | 83 | 3A | 33 |
| Octal | 72 | 313 | 125 | 107 | 0 | 72 | 24 | 203 | 72 | 63 |
| Binary | 111010 | 11001011 | 1010101 | 1000111 | 0 | 111010 | 10100 | 10000011 | 111010 | 110011 |
Color Harmonies of #3ACB55
Complementary color
Monochromatic Colors of #3ACB55
Black with #3ACB55
Text Example
Text Example
White with #3ACB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACB55; }
p { color: rgb(58,203,85); }
H1.HeaderClassName
{
color: #3ACB55;
}
.AnyTagClassName
{
color: #3ACB55;
}
</style>
background-color css
<style>
a { background-color: #3ACB55; }
a { background-color: rgb(58,203,85); }
div.DivClassName
{
background-color: #3ACB55;
}
.BgClassName
{
background-color: #3ACB55;
}
</style>
border-color css
<style>
span { border-color: #3ACB55; }
span { border-color: rgb(58,203,85); }
td.TdClassName
{
border-color: #3ACB55;
}
.TagClassName
{
border-color: #3ACB55;
}
</style>