Shades of Lime Green #3ACB31
Tints of Lime Green #3ACB31
RGB
CMYK
RGB Variations
Color information
#3ACB31 (or 0x3ACB31) is known color: Lime Green. HEX triplet: 3A, CB and 31. RGB value is (58,203,49). Sum of RGB (Red+Green+Blue) = 58+203+49=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 203 (79.69% from 255 or 65.48% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACB31 is #C534CE. Grayscale: #8E8E8E. Windows color (decimal): -12924111 or 3263290. OLE color: 3263290.
HSL color Cylindrical-coordinate representation of color #3ACB31: hue angle of 116.49º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ACB31 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 49 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.20 |
| HSL | 116.49º | 0.61% | 0.49% | - |
| HSV(B) | 116.49º | 0.76% | 0.8% | - |
| XYZ | 23.66 | 43.83 | 10.12 | - |
| YUV | 142.09 | 75.46 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 49 | 0.71 | 0 | 0.76 | 0.20 | 116.49 | 0.61 | 0.49 |
| Hex | 3A | CB | 31 | 47 | 0 | 4C | 14 | 74 | 3D | 31 |
| Octal | 72 | 313 | 61 | 107 | 0 | 114 | 24 | 164 | 75 | 61 |
| Binary | 111010 | 11001011 | 110001 | 1000111 | 0 | 1001100 | 10100 | 1110100 | 111101 | 110001 |
Color Harmonies of #3ACB31
Complementary color
Monochromatic Colors of #3ACB31
Black with #3ACB31
Text Example
Text Example
White with #3ACB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACB31; }
p { color: rgb(58,203,49); }
H1.HeaderClassName
{
color: #3ACB31;
}
.AnyTagClassName
{
color: #3ACB31;
}
</style>
background-color css
<style>
a { background-color: #3ACB31; }
a { background-color: rgb(58,203,49); }
div.DivClassName
{
background-color: #3ACB31;
}
.BgClassName
{
background-color: #3ACB31;
}
</style>
border-color css
<style>
span { border-color: #3ACB31; }
span { border-color: rgb(58,203,49); }
td.TdClassName
{
border-color: #3ACB31;
}
.TagClassName
{
border-color: #3ACB31;
}
</style>