Shades of Lime Green #3AFF37
Tints of Lime Green #3AFF37
RGB
CMYK
RGB Variations
Color information
#3AFF37 (or 0x3AFF37) is known color: Lime Green. HEX triplet: 3A, FF and 37. RGB value is (58,255,55). Sum of RGB (Red+Green+Blue) = 58+255+55=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 255 (100% from 255 or 69.29% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFF37 is #C500C8. Grayscale: #ADADAD. Windows color (decimal): -12910793 or 3669818. OLE color: 3669818.
HSL color Cylindrical-coordinate representation of color #3AFF37: hue angle of 119.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AFF37 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 55 | - |
| CMYK | 0.77 | 0 | 0.78 | 0 |
| HSL | 119.1º | 1% | 0.61% | - |
| HSV(B) | 119.1º | 0.78% | 1% | - |
| XYZ | 38.19 | 72.7 | 15.63 | - |
| YUV | 173.3 | 61.23 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 55 | 0.77 | 0 | 0.78 | 0 | 119.1 | 1 | 0.61 |
| Hex | 3A | FF | 37 | 4D | 0 | 4E | 0 | 77 | 64 | 3D |
| Octal | 72 | 377 | 67 | 115 | 0 | 116 | 0 | 167 | 144 | 75 |
| Binary | 111010 | 11111111 | 110111 | 1001101 | 0 | 1001110 | 0 | 1110111 | 1100100 | 111101 |
Color Harmonies of #3AFF37
Complementary color
Monochromatic Colors of #3AFF37
Black with #3AFF37
Text Example
Text Example
White with #3AFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF37; }
p { color: rgb(58,255,55); }
H1.HeaderClassName
{
color: #3AFF37;
}
.AnyTagClassName
{
color: #3AFF37;
}
</style>
background-color css
<style>
a { background-color: #3AFF37; }
a { background-color: rgb(58,255,55); }
div.DivClassName
{
background-color: #3AFF37;
}
.BgClassName
{
background-color: #3AFF37;
}
</style>
border-color css
<style>
span { border-color: #3AFF37; }
span { border-color: rgb(58,255,55); }
td.TdClassName
{
border-color: #3AFF37;
}
.TagClassName
{
border-color: #3AFF37;
}
</style>