Shades of Lime Green #3ACB20
Tints of Lime Green #3ACB20
RGB
CMYK
RGB Variations
Color information
#3ACB20 (or 0x3ACB20) is known color: Lime Green. HEX triplet: 3A, CB and 20. RGB value is (58,203,32). Sum of RGB (Red+Green+Blue) = 58+203+32=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 203 (79.69% from 255 or 69.28% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACB20 is #C534DF. Grayscale: #8C8C8C. Windows color (decimal): -12924128 or 2149178. OLE color: 2149178.
HSL color Cylindrical-coordinate representation of color #3ACB20: hue angle of 110.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3ACB20 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 32 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.20 |
| HSL | 110.88º | 0.73% | 0.46% | - |
| HSV(B) | 110.88º | 0.84% | 0.8% | - |
| XYZ | 23.36 | 43.72 | 8.57 | - |
| YUV | 140.15 | 66.96 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 32 | 0.71 | 0 | 0.84 | 0.20 | 110.88 | 0.73 | 0.46 |
| Hex | 3A | CB | 20 | 47 | 0 | 54 | 14 | 6F | 49 | 2E |
| Octal | 72 | 313 | 40 | 107 | 0 | 124 | 24 | 157 | 111 | 56 |
| Binary | 111010 | 11001011 | 100000 | 1000111 | 0 | 1010100 | 10100 | 1101111 | 1001001 | 101110 |
Color Harmonies of #3ACB20
Complementary color
Monochromatic Colors of #3ACB20
Black with #3ACB20
Text Example
Text Example
White with #3ACB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACB20; }
p { color: rgb(58,203,32); }
H1.HeaderClassName
{
color: #3ACB20;
}
.AnyTagClassName
{
color: #3ACB20;
}
</style>
background-color css
<style>
a { background-color: #3ACB20; }
a { background-color: rgb(58,203,32); }
div.DivClassName
{
background-color: #3ACB20;
}
.BgClassName
{
background-color: #3ACB20;
}
</style>
border-color css
<style>
span { border-color: #3ACB20; }
span { border-color: rgb(58,203,32); }
td.TdClassName
{
border-color: #3ACB20;
}
.TagClassName
{
border-color: #3ACB20;
}
</style>