Shades of Lime Green #3AFB40
Tints of Lime Green #3AFB40
RGB
CMYK
RGB Variations
Color information
#3AFB40 (or 0x3AFB40) is known color: Lime Green. HEX triplet: 3A, FB and 40. RGB value is (58,251,64). Sum of RGB (Red+Green+Blue) = 58+251+64=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 251 (98.44% from 255 or 67.29% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFB40 is #C504BF. Grayscale: #ACACAC. Windows color (decimal): -12911808 or 4258618. OLE color: 4258618.
HSL color Cylindrical-coordinate representation of color #3AFB40: hue angle of 121.87º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFB40 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 64 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.02 |
| HSL | 121.87º | 0.96% | 0.61% | - |
| HSV(B) | 121.87º | 0.77% | 0.98% | - |
| XYZ | 37.17 | 70.26 | 16.45 | - |
| YUV | 171.98 | 67.06 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 64 | 0.77 | 0 | 0.75 | 0.02 | 121.87 | 0.96 | 0.61 |
| Hex | 3A | FB | 40 | 4D | 0 | 4B | 2 | 7A | 60 | 3D |
| Octal | 72 | 373 | 100 | 115 | 0 | 113 | 2 | 172 | 140 | 75 |
| Binary | 111010 | 11111011 | 1000000 | 1001101 | 0 | 1001011 | 10 | 1111010 | 1100000 | 111101 |
Color Harmonies of #3AFB40
Complementary color
Monochromatic Colors of #3AFB40
Black with #3AFB40
Text Example
Text Example
White with #3AFB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB40; }
p { color: rgb(58,251,64); }
H1.HeaderClassName
{
color: #3AFB40;
}
.AnyTagClassName
{
color: #3AFB40;
}
</style>
background-color css
<style>
a { background-color: #3AFB40; }
a { background-color: rgb(58,251,64); }
div.DivClassName
{
background-color: #3AFB40;
}
.BgClassName
{
background-color: #3AFB40;
}
</style>
border-color css
<style>
span { border-color: #3AFB40; }
span { border-color: rgb(58,251,64); }
td.TdClassName
{
border-color: #3AFB40;
}
.TagClassName
{
border-color: #3AFB40;
}
</style>