Shades of Lime Green #3AF931
Tints of Lime Green #3AF931
RGB
CMYK
RGB Variations
Color information
#3AF931 (or 0x3AF931) is known color: Lime Green. HEX triplet: 3A, F9 and 31. RGB value is (58,249,49). Sum of RGB (Red+Green+Blue) = 58+249+49=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF931 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF931 is #C506CE. Grayscale: #A9A9A9. Windows color (decimal): -12912335 or 3275066. OLE color: 3275066.
HSL color Cylindrical-coordinate representation of color #3AF931: hue angle of 117.3º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AF931 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 49 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.02 |
| HSL | 117.3º | 0.94% | 0.58% | - |
| HSV(B) | 117.3º | 0.8% | 0.98% | - |
| XYZ | 36.17 | 68.87 | 14.29 | - |
| YUV | 169.09 | 60.22 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 49 | 0.77 | 0 | 0.80 | 0.02 | 117.3 | 0.94 | 0.58 |
| Hex | 3A | F9 | 31 | 4D | 0 | 50 | 2 | 75 | 5E | 3A |
| Octal | 72 | 371 | 61 | 115 | 0 | 120 | 2 | 165 | 136 | 72 |
| Binary | 111010 | 11111001 | 110001 | 1001101 | 0 | 1010000 | 10 | 1110101 | 1011110 | 111010 |
Color Harmonies of #3AF931
Complementary color
Monochromatic Colors of #3AF931
Black with #3AF931
Text Example
Text Example
White with #3AF931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF931; }
p { color: rgb(58,249,49); }
H1.HeaderClassName
{
color: #3AF931;
}
.AnyTagClassName
{
color: #3AF931;
}
</style>
background-color css
<style>
a { background-color: #3AF931; }
a { background-color: rgb(58,249,49); }
div.DivClassName
{
background-color: #3AF931;
}
.BgClassName
{
background-color: #3AF931;
}
</style>
border-color css
<style>
span { border-color: #3AF931; }
span { border-color: rgb(58,249,49); }
td.TdClassName
{
border-color: #3AF931;
}
.TagClassName
{
border-color: #3AF931;
}
</style>