Shades of Lime Green #3AF44A
Tints of Lime Green #3AF44A
RGB
CMYK
RGB Variations
Color information
#3AF44A (or 0x3AF44A) is known color: Lime Green. HEX triplet: 3A, F4 and 4A. RGB value is (58,244,74). Sum of RGB (Red+Green+Blue) = 58+244+74=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 244 (95.70% from 255 or 64.89% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF44A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF44A is #C50BB5. Grayscale: #A9A9A9. Windows color (decimal): -12913590 or 4912186. OLE color: 4912186.
HSL color Cylindrical-coordinate representation of color #3AF44A: hue angle of 125.16º 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 #3AF44A is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 74 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.04 |
| HSL | 125.16º | 0.89% | 0.59% | - |
| HSV(B) | 125.16º | 0.76% | 0.96% | - |
| XYZ | 35.33 | 66.1 | 17.37 | - |
| YUV | 169.01 | 74.38 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 74 | 0.76 | 0 | 0.70 | 0.04 | 125.16 | 0.89 | 0.59 |
| Hex | 3A | F4 | 4A | 4C | 0 | 46 | 4 | 7D | 59 | 3B |
| Octal | 72 | 364 | 112 | 114 | 0 | 106 | 4 | 175 | 131 | 73 |
| Binary | 111010 | 11110100 | 1001010 | 1001100 | 0 | 1000110 | 100 | 1111101 | 1011001 | 111011 |
Color Harmonies of #3AF44A
Complementary color
Monochromatic Colors of #3AF44A
Black with #3AF44A
Text Example
Text Example
White with #3AF44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF44A; }
p { color: rgb(58,244,74); }
H1.HeaderClassName
{
color: #3AF44A;
}
.AnyTagClassName
{
color: #3AF44A;
}
</style>
background-color css
<style>
a { background-color: #3AF44A; }
a { background-color: rgb(58,244,74); }
div.DivClassName
{
background-color: #3AF44A;
}
.BgClassName
{
background-color: #3AF44A;
}
</style>
border-color css
<style>
span { border-color: #3AF44A; }
span { border-color: rgb(58,244,74); }
td.TdClassName
{
border-color: #3AF44A;
}
.TagClassName
{
border-color: #3AF44A;
}
</style>