Shades of Lime Green #3ACB51
Tints of Lime Green #3ACB51
RGB
CMYK
RGB Variations
Color information
#3ACB51 (or 0x3ACB51) is known color: Lime Green. HEX triplet: 3A, CB and 51. RGB value is (58,203,81). Sum of RGB (Red+Green+Blue) = 58+203+81=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 203 (79.69% from 255 or 59.36% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACB51 is #C534AE. Grayscale: #929292. Windows color (decimal): -12924079 or 5360442. OLE color: 5360442.
HSL color Cylindrical-coordinate representation of color #3ACB51: hue angle of 129.52º 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 #3ACB51 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 81 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.20 |
| HSL | 129.52º | 0.58% | 0.51% | - |
| HSV(B) | 129.52º | 0.71% | 0.8% | - |
| XYZ | 24.59 | 44.21 | 15.02 | - |
| YUV | 145.74 | 91.46 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 81 | 0.71 | 0 | 0.60 | 0.20 | 129.52 | 0.58 | 0.51 |
| Hex | 3A | CB | 51 | 47 | 0 | 3C | 14 | 82 | 3A | 33 |
| Octal | 72 | 313 | 121 | 107 | 0 | 74 | 24 | 202 | 72 | 63 |
| Binary | 111010 | 11001011 | 1010001 | 1000111 | 0 | 111100 | 10100 | 10000010 | 111010 | 110011 |
Color Harmonies of #3ACB51
Complementary color
Monochromatic Colors of #3ACB51
Black with #3ACB51
Text Example
Text Example
White with #3ACB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACB51; }
p { color: rgb(58,203,81); }
H1.HeaderClassName
{
color: #3ACB51;
}
.AnyTagClassName
{
color: #3ACB51;
}
</style>
background-color css
<style>
a { background-color: #3ACB51; }
a { background-color: rgb(58,203,81); }
div.DivClassName
{
background-color: #3ACB51;
}
.BgClassName
{
background-color: #3ACB51;
}
</style>
border-color css
<style>
span { border-color: #3ACB51; }
span { border-color: rgb(58,203,81); }
td.TdClassName
{
border-color: #3ACB51;
}
.TagClassName
{
border-color: #3ACB51;
}
</style>