Shades of Lime Green #3AF736
Tints of Lime Green #3AF736
RGB
CMYK
RGB Variations
Color information
#3AF736 (or 0x3AF736) is known color: Lime Green. HEX triplet: 3A, F7 and 36. RGB value is (58,247,54). Sum of RGB (Red+Green+Blue) = 58+247+54=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF736 is #C508C9. Grayscale: #A9A9A9. Windows color (decimal): -12912842 or 3602234. OLE color: 3602234.
HSL color Cylindrical-coordinate representation of color #3AF736: hue angle of 118.76º degrees, saturation: 0.92, 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 #3AF736 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 54 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.03 |
| HSL | 118.76º | 0.92% | 0.59% | - |
| HSV(B) | 118.76º | 0.78% | 0.97% | - |
| XYZ | 35.67 | 67.69 | 14.67 | - |
| YUV | 168.49 | 63.38 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 54 | 0.77 | 0 | 0.78 | 0.03 | 118.76 | 0.92 | 0.59 |
| Hex | 3A | F7 | 36 | 4D | 0 | 4E | 3 | 77 | 5C | 3B |
| Octal | 72 | 367 | 66 | 115 | 0 | 116 | 3 | 167 | 134 | 73 |
| Binary | 111010 | 11110111 | 110110 | 1001101 | 0 | 1001110 | 11 | 1110111 | 1011100 | 111011 |
Color Harmonies of #3AF736
Complementary color
Monochromatic Colors of #3AF736
Black with #3AF736
Text Example
Text Example
White with #3AF736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF736; }
p { color: rgb(58,247,54); }
H1.HeaderClassName
{
color: #3AF736;
}
.AnyTagClassName
{
color: #3AF736;
}
</style>
background-color css
<style>
a { background-color: #3AF736; }
a { background-color: rgb(58,247,54); }
div.DivClassName
{
background-color: #3AF736;
}
.BgClassName
{
background-color: #3AF736;
}
</style>
border-color css
<style>
span { border-color: #3AF736; }
span { border-color: rgb(58,247,54); }
td.TdClassName
{
border-color: #3AF736;
}
.TagClassName
{
border-color: #3AF736;
}
</style>