Shades of Lime Green #3AF251
Tints of Lime Green #3AF251
RGB
CMYK
RGB Variations
Color information
#3AF251 (or 0x3AF251) is known color: Lime Green. HEX triplet: 3A, F2 and 51. RGB value is (58,242,81). Sum of RGB (Red+Green+Blue) = 58+242+81=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF251 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF251 is #C50DAE. Grayscale: #A9A9A9. Windows color (decimal): -12914095 or 5370426. OLE color: 5370426.
HSL color Cylindrical-coordinate representation of color #3AF251: hue angle of 127.5º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF251 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 81 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.05 |
| HSL | 127.5º | 0.88% | 0.59% | - |
| HSV(B) | 127.5º | 0.76% | 0.95% | - |
| XYZ | 34.98 | 65 | 18.49 | - |
| YUV | 168.63 | 78.54 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 81 | 0.76 | 0 | 0.67 | 0.05 | 127.5 | 0.88 | 0.59 |
| Hex | 3A | F2 | 51 | 4C | 0 | 43 | 5 | 80 | 58 | 3B |
| Octal | 72 | 362 | 121 | 114 | 0 | 103 | 5 | 200 | 130 | 73 |
| Binary | 111010 | 11110010 | 1010001 | 1001100 | 0 | 1000011 | 101 | 10000000 | 1011000 | 111011 |
Color Harmonies of #3AF251
Complementary color
Monochromatic Colors of #3AF251
Black with #3AF251
Text Example
Text Example
White with #3AF251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF251; }
p { color: rgb(58,242,81); }
H1.HeaderClassName
{
color: #3AF251;
}
.AnyTagClassName
{
color: #3AF251;
}
</style>
background-color css
<style>
a { background-color: #3AF251; }
a { background-color: rgb(58,242,81); }
div.DivClassName
{
background-color: #3AF251;
}
.BgClassName
{
background-color: #3AF251;
}
</style>
border-color css
<style>
span { border-color: #3AF251; }
span { border-color: rgb(58,242,81); }
td.TdClassName
{
border-color: #3AF251;
}
.TagClassName
{
border-color: #3AF251;
}
</style>