Shades of Lime Green #3AFB2F
Tints of Lime Green #3AFB2F
RGB
CMYK
RGB Variations
Color information
#3AFB2F (or 0x3AFB2F) is known color: Lime Green. HEX triplet: 3A, FB and 2F. RGB value is (58,251,47). Sum of RGB (Red+Green+Blue) = 58+251+47=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 251 (98.44% from 255 or 70.51% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFB2F is #C504D0. Grayscale: #AAAAAA. Windows color (decimal): -12911825 or 3144506. OLE color: 3144506.
HSL color Cylindrical-coordinate representation of color #3AFB2F: hue angle of 116.76º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AFB2F is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 47 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.02 |
| HSL | 116.76º | 0.96% | 0.58% | - |
| HSV(B) | 116.76º | 0.81% | 0.98% | - |
| XYZ | 36.76 | 70.1 | 14.28 | - |
| YUV | 170.04 | 58.56 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 47 | 0.77 | 0 | 0.81 | 0.02 | 116.76 | 0.96 | 0.58 |
| Hex | 3A | FB | 2F | 4D | 0 | 51 | 2 | 75 | 60 | 3A |
| Octal | 72 | 373 | 57 | 115 | 0 | 121 | 2 | 165 | 140 | 72 |
| Binary | 111010 | 11111011 | 101111 | 1001101 | 0 | 1010001 | 10 | 1110101 | 1100000 | 111010 |
Color Harmonies of #3AFB2F
Complementary color
Monochromatic Colors of #3AFB2F
Black with #3AFB2F
Text Example
Text Example
White with #3AFB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB2F; }
p { color: rgb(58,251,47); }
H1.HeaderClassName
{
color: #3AFB2F;
}
.AnyTagClassName
{
color: #3AFB2F;
}
</style>
background-color css
<style>
a { background-color: #3AFB2F; }
a { background-color: rgb(58,251,47); }
div.DivClassName
{
background-color: #3AFB2F;
}
.BgClassName
{
background-color: #3AFB2F;
}
</style>
border-color css
<style>
span { border-color: #3AFB2F; }
span { border-color: rgb(58,251,47); }
td.TdClassName
{
border-color: #3AFB2F;
}
.TagClassName
{
border-color: #3AFB2F;
}
</style>