Shades of Lime Green #3AF735
Tints of Lime Green #3AF735
RGB
CMYK
RGB Variations
Color information
#3AF735 (or 0x3AF735) is known color: Lime Green. HEX triplet: 3A, F7 and 35. RGB value is (58,247,53). Sum of RGB (Red+Green+Blue) = 58+247+53=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 247 (96.88% from 255 or 68.99% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF735 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF735 is #C508CA. Grayscale: #A8A8A8. Windows color (decimal): -12912843 or 3536698. OLE color: 3536698.
HSL color Cylindrical-coordinate representation of color #3AF735: hue angle of 118.45º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AF735 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 53 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.03 |
| HSL | 118.45º | 0.92% | 0.59% | - |
| HSV(B) | 118.45º | 0.79% | 0.97% | - |
| XYZ | 35.65 | 67.68 | 14.55 | - |
| YUV | 168.37 | 62.88 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 53 | 0.77 | 0 | 0.79 | 0.03 | 118.45 | 0.92 | 0.59 |
| Hex | 3A | F7 | 35 | 4D | 0 | 4F | 3 | 76 | 5C | 3B |
| Octal | 72 | 367 | 65 | 115 | 0 | 117 | 3 | 166 | 134 | 73 |
| Binary | 111010 | 11110111 | 110101 | 1001101 | 0 | 1001111 | 11 | 1110110 | 1011100 | 111011 |
Color Harmonies of #3AF735
Complementary color
Monochromatic Colors of #3AF735
Black with #3AF735
Text Example
Text Example
White with #3AF735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF735; }
p { color: rgb(58,247,53); }
H1.HeaderClassName
{
color: #3AF735;
}
.AnyTagClassName
{
color: #3AF735;
}
</style>
background-color css
<style>
a { background-color: #3AF735; }
a { background-color: rgb(58,247,53); }
div.DivClassName
{
background-color: #3AF735;
}
.BgClassName
{
background-color: #3AF735;
}
</style>
border-color css
<style>
span { border-color: #3AF735; }
span { border-color: rgb(58,247,53); }
td.TdClassName
{
border-color: #3AF735;
}
.TagClassName
{
border-color: #3AF735;
}
</style>