Shades of Lime Green #3AF04B
Tints of Lime Green #3AF04B
RGB
CMYK
RGB Variations
Color information
#3AF04B (or 0x3AF04B) is known color: Lime Green. HEX triplet: 3A, F0 and 4B. RGB value is (58,240,75). Sum of RGB (Red+Green+Blue) = 58+240+75=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF04B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF04B is #C50FB4. Grayscale: #A7A7A7. Windows color (decimal): -12914613 or 4976698. OLE color: 4976698.
HSL color Cylindrical-coordinate representation of color #3AF04B: hue angle of 125.6º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF04B is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 75 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.06 |
| HSL | 125.6º | 0.86% | 0.58% | - |
| HSV(B) | 125.6º | 0.76% | 0.94% | - |
| XYZ | 34.18 | 63.73 | 17.16 | - |
| YUV | 166.77 | 76.2 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 75 | 0.76 | 0 | 0.69 | 0.06 | 125.6 | 0.86 | 0.58 |
| Hex | 3A | F0 | 4B | 4C | 0 | 45 | 6 | 7E | 56 | 3A |
| Octal | 72 | 360 | 113 | 114 | 0 | 105 | 6 | 176 | 126 | 72 |
| Binary | 111010 | 11110000 | 1001011 | 1001100 | 0 | 1000101 | 110 | 1111110 | 1010110 | 111010 |
Color Harmonies of #3AF04B
Complementary color
Monochromatic Colors of #3AF04B
Black with #3AF04B
Text Example
Text Example
White with #3AF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF04B; }
p { color: rgb(58,240,75); }
H1.HeaderClassName
{
color: #3AF04B;
}
.AnyTagClassName
{
color: #3AF04B;
}
</style>
background-color css
<style>
a { background-color: #3AF04B; }
a { background-color: rgb(58,240,75); }
div.DivClassName
{
background-color: #3AF04B;
}
.BgClassName
{
background-color: #3AF04B;
}
</style>
border-color css
<style>
span { border-color: #3AF04B; }
span { border-color: rgb(58,240,75); }
td.TdClassName
{
border-color: #3AF04B;
}
.TagClassName
{
border-color: #3AF04B;
}
</style>