Shades of Lime Green #3AF836
Tints of Lime Green #3AF836
RGB
CMYK
RGB Variations
Color information
#3AF836 (or 0x3AF836) is known color: Lime Green. HEX triplet: 3A, F8 and 36. RGB value is (58,248,54). Sum of RGB (Red+Green+Blue) = 58+248+54=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF836 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF836 is #C507C9. Grayscale: #A9A9A9. Windows color (decimal): -12912586 or 3602490. OLE color: 3602490.
HSL color Cylindrical-coordinate representation of color #3AF836: hue angle of 118.76º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AF836 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 54 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.03 |
| HSL | 118.76º | 0.93% | 0.59% | - |
| HSV(B) | 118.76º | 0.78% | 0.97% | - |
| XYZ | 35.98 | 68.3 | 14.78 | - |
| YUV | 169.07 | 63.05 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 54 | 0.77 | 0 | 0.78 | 0.03 | 118.76 | 0.93 | 0.59 |
| Hex | 3A | F8 | 36 | 4D | 0 | 4E | 3 | 77 | 5D | 3B |
| Octal | 72 | 370 | 66 | 115 | 0 | 116 | 3 | 167 | 135 | 73 |
| Binary | 111010 | 11111000 | 110110 | 1001101 | 0 | 1001110 | 11 | 1110111 | 1011101 | 111011 |
Color Harmonies of #3AF836
Complementary color
Monochromatic Colors of #3AF836
Black with #3AF836
Text Example
Text Example
White with #3AF836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF836; }
p { color: rgb(58,248,54); }
H1.HeaderClassName
{
color: #3AF836;
}
.AnyTagClassName
{
color: #3AF836;
}
</style>
background-color css
<style>
a { background-color: #3AF836; }
a { background-color: rgb(58,248,54); }
div.DivClassName
{
background-color: #3AF836;
}
.BgClassName
{
background-color: #3AF836;
}
</style>
border-color css
<style>
span { border-color: #3AF836; }
span { border-color: rgb(58,248,54); }
td.TdClassName
{
border-color: #3AF836;
}
.TagClassName
{
border-color: #3AF836;
}
</style>