Shades of Lime Green #3ACF47
Tints of Lime Green #3ACF47
RGB
CMYK
RGB Variations
Color information
#3ACF47 (or 0x3ACF47) is known color: Lime Green. HEX triplet: 3A, CF and 47. RGB value is (58,207,71). Sum of RGB (Red+Green+Blue) = 58+207+71=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF47 is #C530B8. Grayscale: #939393. Windows color (decimal): -12923065 or 4706106. OLE color: 4706106.
HSL color Cylindrical-coordinate representation of color #3ACF47: hue angle of 125.23º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACF47 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 71 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.19 |
| HSL | 125.23º | 0.61% | 0.52% | - |
| HSV(B) | 125.23º | 0.72% | 0.81% | - |
| XYZ | 25.2 | 45.98 | 13.51 | - |
| YUV | 146.95 | 85.14 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 71 | 0.72 | 0 | 0.66 | 0.19 | 125.23 | 0.61 | 0.52 |
| Hex | 3A | CF | 47 | 48 | 0 | 42 | 13 | 7D | 3D | 34 |
| Octal | 72 | 317 | 107 | 110 | 0 | 102 | 23 | 175 | 75 | 64 |
| Binary | 111010 | 11001111 | 1000111 | 1001000 | 0 | 1000010 | 10011 | 1111101 | 111101 | 110100 |
Color Harmonies of #3ACF47
Complementary color
Monochromatic Colors of #3ACF47
Black with #3ACF47
Text Example
Text Example
White with #3ACF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF47; }
p { color: rgb(58,207,71); }
H1.HeaderClassName
{
color: #3ACF47;
}
.AnyTagClassName
{
color: #3ACF47;
}
</style>
background-color css
<style>
a { background-color: #3ACF47; }
a { background-color: rgb(58,207,71); }
div.DivClassName
{
background-color: #3ACF47;
}
.BgClassName
{
background-color: #3ACF47;
}
</style>
border-color css
<style>
span { border-color: #3ACF47; }
span { border-color: rgb(58,207,71); }
td.TdClassName
{
border-color: #3ACF47;
}
.TagClassName
{
border-color: #3ACF47;
}
</style>