Shades of Lime Green #3AF535
Tints of Lime Green #3AF535
RGB
CMYK
RGB Variations
Color information
#3AF535 (or 0x3AF535) is known color: Lime Green. HEX triplet: 3A, F5 and 35. RGB value is (58,245,53). Sum of RGB (Red+Green+Blue) = 58+245+53=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 245 (96.09% from 255 or 68.82% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF535 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF535 is #C50ACA. Grayscale: #A7A7A7. Windows color (decimal): -12913355 or 3536186. OLE color: 3536186.
HSL color Cylindrical-coordinate representation of color #3AF535: hue angle of 118.44º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AF535 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 53 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.04 |
| HSL | 118.44º | 0.91% | 0.58% | - |
| HSV(B) | 118.44º | 0.78% | 0.96% | - |
| XYZ | 35.04 | 66.46 | 14.35 | - |
| YUV | 167.2 | 63.55 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 53 | 0.76 | 0 | 0.78 | 0.04 | 118.44 | 0.91 | 0.58 |
| Hex | 3A | F5 | 35 | 4C | 0 | 4E | 4 | 76 | 5B | 3A |
| Octal | 72 | 365 | 65 | 114 | 0 | 116 | 4 | 166 | 133 | 72 |
| Binary | 111010 | 11110101 | 110101 | 1001100 | 0 | 1001110 | 100 | 1110110 | 1011011 | 111010 |
Color Harmonies of #3AF535
Complementary color
Monochromatic Colors of #3AF535
Black with #3AF535
Text Example
Text Example
White with #3AF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF535; }
p { color: rgb(58,245,53); }
H1.HeaderClassName
{
color: #3AF535;
}
.AnyTagClassName
{
color: #3AF535;
}
</style>
background-color css
<style>
a { background-color: #3AF535; }
a { background-color: rgb(58,245,53); }
div.DivClassName
{
background-color: #3AF535;
}
.BgClassName
{
background-color: #3AF535;
}
</style>
border-color css
<style>
span { border-color: #3AF535; }
span { border-color: rgb(58,245,53); }
td.TdClassName
{
border-color: #3AF535;
}
.TagClassName
{
border-color: #3AF535;
}
</style>