Shades of Lime Green #3AF447
Tints of Lime Green #3AF447
RGB
CMYK
RGB Variations
Color information
#3AF447 (or 0x3AF447) is known color: Lime Green. HEX triplet: 3A, F4 and 47. RGB value is (58,244,71). Sum of RGB (Red+Green+Blue) = 58+244+71=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 244 (95.70% from 255 or 65.42% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF447 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF447 is #C50BB8. Grayscale: #A9A9A9. Windows color (decimal): -12913593 or 4715578. OLE color: 4715578.
HSL color Cylindrical-coordinate representation of color #3AF447: hue angle of 124.19º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF447 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 71 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.04 |
| HSL | 124.19º | 0.89% | 0.59% | - |
| HSV(B) | 124.19º | 0.76% | 0.96% | - |
| XYZ | 35.23 | 66.06 | 16.85 | - |
| YUV | 168.66 | 72.88 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 71 | 0.76 | 0 | 0.71 | 0.04 | 124.19 | 0.89 | 0.59 |
| Hex | 3A | F4 | 47 | 4C | 0 | 47 | 4 | 7C | 59 | 3B |
| Octal | 72 | 364 | 107 | 114 | 0 | 107 | 4 | 174 | 131 | 73 |
| Binary | 111010 | 11110100 | 1000111 | 1001100 | 0 | 1000111 | 100 | 1111100 | 1011001 | 111011 |
Color Harmonies of #3AF447
Complementary color
Monochromatic Colors of #3AF447
Black with #3AF447
Text Example
Text Example
White with #3AF447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF447; }
p { color: rgb(58,244,71); }
H1.HeaderClassName
{
color: #3AF447;
}
.AnyTagClassName
{
color: #3AF447;
}
</style>
background-color css
<style>
a { background-color: #3AF447; }
a { background-color: rgb(58,244,71); }
div.DivClassName
{
background-color: #3AF447;
}
.BgClassName
{
background-color: #3AF447;
}
</style>
border-color css
<style>
span { border-color: #3AF447; }
span { border-color: rgb(58,244,71); }
td.TdClassName
{
border-color: #3AF447;
}
.TagClassName
{
border-color: #3AF447;
}
</style>