Shades of Lime Green #3AF748
Tints of Lime Green #3AF748
RGB
CMYK
RGB Variations
Color information
#3AF748 (or 0x3AF748) is known color: Lime Green. HEX triplet: 3A, F7 and 48. RGB value is (58,247,72). Sum of RGB (Red+Green+Blue) = 58+247+72=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 247 (96.88% from 255 or 65.52% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF748 is #C508B7. Grayscale: #ABABAB. Windows color (decimal): -12912824 or 4781882. OLE color: 4781882.
HSL color Cylindrical-coordinate representation of color #3AF748: hue angle of 124.44º 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 #3AF748 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 72 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.03 |
| HSL | 124.44º | 0.92% | 0.6% | - |
| HSV(B) | 124.44º | 0.77% | 0.97% | - |
| XYZ | 36.18 | 67.89 | 17.33 | - |
| YUV | 170.54 | 72.38 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 72 | 0.77 | 0 | 0.71 | 0.03 | 124.44 | 0.92 | 0.6 |
| Hex | 3A | F7 | 48 | 4D | 0 | 47 | 3 | 7C | 5C | 3C |
| Octal | 72 | 367 | 110 | 115 | 0 | 107 | 3 | 174 | 134 | 74 |
| Binary | 111010 | 11110111 | 1001000 | 1001101 | 0 | 1000111 | 11 | 1111100 | 1011100 | 111100 |
Color Harmonies of #3AF748
Complementary color
Monochromatic Colors of #3AF748
Black with #3AF748
Text Example
Text Example
White with #3AF748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF748; }
p { color: rgb(58,247,72); }
H1.HeaderClassName
{
color: #3AF748;
}
.AnyTagClassName
{
color: #3AF748;
}
</style>
background-color css
<style>
a { background-color: #3AF748; }
a { background-color: rgb(58,247,72); }
div.DivClassName
{
background-color: #3AF748;
}
.BgClassName
{
background-color: #3AF748;
}
</style>
border-color css
<style>
span { border-color: #3AF748; }
span { border-color: rgb(58,247,72); }
td.TdClassName
{
border-color: #3AF748;
}
.TagClassName
{
border-color: #3AF748;
}
</style>