Shades of Lime Green #3AF935
Tints of Lime Green #3AF935
RGB
CMYK
RGB Variations
Color information
#3AF935 (or 0x3AF935) is known color: Lime Green. HEX triplet: 3A, F9 and 35. RGB value is (58,249,53). Sum of RGB (Red+Green+Blue) = 58+249+53=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 249 (97.66% from 255 or 69.17% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF935 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF935 is #C506CA. Grayscale: #AAAAAA. Windows color (decimal): -12912331 or 3537210. OLE color: 3537210.
HSL color Cylindrical-coordinate representation of color #3AF935: hue angle of 118.47º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AF935 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 53 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.02 |
| HSL | 118.47º | 0.94% | 0.59% | - |
| HSV(B) | 118.47º | 0.79% | 0.98% | - |
| XYZ | 36.26 | 68.91 | 14.76 | - |
| YUV | 169.55 | 62.22 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 53 | 0.77 | 0 | 0.79 | 0.02 | 118.47 | 0.94 | 0.59 |
| Hex | 3A | F9 | 35 | 4D | 0 | 4F | 2 | 76 | 5E | 3B |
| Octal | 72 | 371 | 65 | 115 | 0 | 117 | 2 | 166 | 136 | 73 |
| Binary | 111010 | 11111001 | 110101 | 1001101 | 0 | 1001111 | 10 | 1110110 | 1011110 | 111011 |
Color Harmonies of #3AF935
Complementary color
Monochromatic Colors of #3AF935
Black with #3AF935
Text Example
Text Example
White with #3AF935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF935; }
p { color: rgb(58,249,53); }
H1.HeaderClassName
{
color: #3AF935;
}
.AnyTagClassName
{
color: #3AF935;
}
</style>
background-color css
<style>
a { background-color: #3AF935; }
a { background-color: rgb(58,249,53); }
div.DivClassName
{
background-color: #3AF935;
}
.BgClassName
{
background-color: #3AF935;
}
</style>
border-color css
<style>
span { border-color: #3AF935; }
span { border-color: rgb(58,249,53); }
td.TdClassName
{
border-color: #3AF935;
}
.TagClassName
{
border-color: #3AF935;
}
</style>