Shades of Lime Green #3ACB4A
Tints of Lime Green #3ACB4A
RGB
CMYK
RGB Variations
Color information
#3ACB4A (or 0x3ACB4A) is known color: Lime Green. HEX triplet: 3A, CB and 4A. RGB value is (58,203,74). Sum of RGB (Red+Green+Blue) = 58+203+74=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACB4A is #C534B5. Grayscale: #919191. Windows color (decimal): -12924086 or 4901690. OLE color: 4901690.
HSL color Cylindrical-coordinate representation of color #3ACB4A: hue angle of 126.62º 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 #3ACB4A is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 203 | 74 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.20 |
| HSL | 126.62º | 0.58% | 0.51% | - |
| HSV(B) | 126.62º | 0.71% | 0.8% | - |
| XYZ | 24.34 | 44.11 | 13.71 | - |
| YUV | 144.94 | 87.96 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 74 | 0.71 | 0 | 0.64 | 0.20 | 126.62 | 0.58 | 0.51 |
| Hex | 3A | CB | 4A | 47 | 0 | 40 | 14 | 7F | 3A | 33 |
| Octal | 72 | 313 | 112 | 107 | 0 | 100 | 24 | 177 | 72 | 63 |
| Binary | 111010 | 11001011 | 1001010 | 1000111 | 0 | 1000000 | 10100 | 1111111 | 111010 | 110011 |
Color Harmonies of #3ACB4A
Complementary color
Monochromatic Colors of #3ACB4A
Black with #3ACB4A
Text Example
Text Example
White with #3ACB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACB4A; }
p { color: rgb(58,203,74); }
H1.HeaderClassName
{
color: #3ACB4A;
}
.AnyTagClassName
{
color: #3ACB4A;
}
</style>
background-color css
<style>
a { background-color: #3ACB4A; }
a { background-color: rgb(58,203,74); }
div.DivClassName
{
background-color: #3ACB4A;
}
.BgClassName
{
background-color: #3ACB4A;
}
</style>
border-color css
<style>
span { border-color: #3ACB4A; }
span { border-color: rgb(58,203,74); }
td.TdClassName
{
border-color: #3ACB4A;
}
.TagClassName
{
border-color: #3ACB4A;
}
</style>