Shades of Lime Green #3AFF40
Tints of Lime Green #3AFF40
RGB
CMYK
RGB Variations
Color information
#3AFF40 (or 0x3AFF40) is known color: Lime Green. HEX triplet: 3A, FF and 40. RGB value is (58,255,64). Sum of RGB (Red+Green+Blue) = 58+255+64=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFF40 is #C500BF. Grayscale: #AEAEAE. Windows color (decimal): -12910784 or 4259642. OLE color: 4259642.
HSL color Cylindrical-coordinate representation of color #3AFF40: hue angle of 121.83º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFF40 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 64 | - |
| CMYK | 0.77 | 0 | 0.75 | 0 |
| HSL | 121.83º | 1% | 0.61% | - |
| HSV(B) | 121.83º | 0.77% | 1% | - |
| XYZ | 38.43 | 72.79 | 16.87 | - |
| YUV | 174.32 | 65.73 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 64 | 0.77 | 0 | 0.75 | 0 | 121.83 | 1 | 0.61 |
| Hex | 3A | FF | 40 | 4D | 0 | 4B | 0 | 7A | 64 | 3D |
| Octal | 72 | 377 | 100 | 115 | 0 | 113 | 0 | 172 | 144 | 75 |
| Binary | 111010 | 11111111 | 1000000 | 1001101 | 0 | 1001011 | 0 | 1111010 | 1100100 | 111101 |
Color Harmonies of #3AFF40
Complementary color
Monochromatic Colors of #3AFF40
Black with #3AFF40
Text Example
Text Example
White with #3AFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF40; }
p { color: rgb(58,255,64); }
H1.HeaderClassName
{
color: #3AFF40;
}
.AnyTagClassName
{
color: #3AFF40;
}
</style>
background-color css
<style>
a { background-color: #3AFF40; }
a { background-color: rgb(58,255,64); }
div.DivClassName
{
background-color: #3AFF40;
}
.BgClassName
{
background-color: #3AFF40;
}
</style>
border-color css
<style>
span { border-color: #3AFF40; }
span { border-color: rgb(58,255,64); }
td.TdClassName
{
border-color: #3AFF40;
}
.TagClassName
{
border-color: #3AFF40;
}
</style>