Shades of Lime Green #3AF73F
Tints of Lime Green #3AF73F
RGB
CMYK
RGB Variations
Color information
#3AF73F (or 0x3AF73F) is known color: Lime Green. HEX triplet: 3A, F7 and 3F. RGB value is (58,247,63). Sum of RGB (Red+Green+Blue) = 58+247+63=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 247 (96.88% from 255 or 67.12% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF73F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF73F is #C508C0. Grayscale: #AAAAAA. Windows color (decimal): -12912833 or 4192058. OLE color: 4192058.
HSL color Cylindrical-coordinate representation of color #3AF73F: hue angle of 121.59º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF73F is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 63 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.03 |
| HSL | 121.59º | 0.92% | 0.6% | - |
| HSV(B) | 121.59º | 0.77% | 0.97% | - |
| XYZ | 35.9 | 67.78 | 15.89 | - |
| YUV | 169.51 | 67.88 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 63 | 0.77 | 0 | 0.74 | 0.03 | 121.59 | 0.92 | 0.6 |
| Hex | 3A | F7 | 3F | 4D | 0 | 4A | 3 | 7A | 5C | 3C |
| Octal | 72 | 367 | 77 | 115 | 0 | 112 | 3 | 172 | 134 | 74 |
| Binary | 111010 | 11110111 | 111111 | 1001101 | 0 | 1001010 | 11 | 1111010 | 1011100 | 111100 |
Color Harmonies of #3AF73F
Complementary color
Monochromatic Colors of #3AF73F
Black with #3AF73F
Text Example
Text Example
White with #3AF73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF73F; }
p { color: rgb(58,247,63); }
H1.HeaderClassName
{
color: #3AF73F;
}
.AnyTagClassName
{
color: #3AF73F;
}
</style>
background-color css
<style>
a { background-color: #3AF73F; }
a { background-color: rgb(58,247,63); }
div.DivClassName
{
background-color: #3AF73F;
}
.BgClassName
{
background-color: #3AF73F;
}
</style>
border-color css
<style>
span { border-color: #3AF73F; }
span { border-color: rgb(58,247,63); }
td.TdClassName
{
border-color: #3AF73F;
}
.TagClassName
{
border-color: #3AF73F;
}
</style>