Shades of Lime Green #3AF637
Tints of Lime Green #3AF637
RGB
CMYK
RGB Variations
Color information
#3AF637 (or 0x3AF637) is known color: Lime Green. HEX triplet: 3A, F6 and 37. RGB value is (58,246,55). Sum of RGB (Red+Green+Blue) = 58+246+55=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 246 (96.48% from 255 or 68.52% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF637 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF637 is #C509C8. Grayscale: #A8A8A8. Windows color (decimal): -12913097 or 3667514. OLE color: 3667514.
HSL color Cylindrical-coordinate representation of color #3AF637: hue angle of 119.06º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AF637 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 55 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.04 |
| HSL | 119.06º | 0.91% | 0.59% | - |
| HSV(B) | 119.06º | 0.78% | 0.96% | - |
| XYZ | 35.39 | 67.09 | 14.7 | - |
| YUV | 168.01 | 64.22 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 55 | 0.76 | 0 | 0.78 | 0.04 | 119.06 | 0.91 | 0.59 |
| Hex | 3A | F6 | 37 | 4C | 0 | 4E | 4 | 77 | 5B | 3B |
| Octal | 72 | 366 | 67 | 114 | 0 | 116 | 4 | 167 | 133 | 73 |
| Binary | 111010 | 11110110 | 110111 | 1001100 | 0 | 1001110 | 100 | 1110111 | 1011011 | 111011 |
Color Harmonies of #3AF637
Complementary color
Monochromatic Colors of #3AF637
Black with #3AF637
Text Example
Text Example
White with #3AF637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF637; }
p { color: rgb(58,246,55); }
H1.HeaderClassName
{
color: #3AF637;
}
.AnyTagClassName
{
color: #3AF637;
}
</style>
background-color css
<style>
a { background-color: #3AF637; }
a { background-color: rgb(58,246,55); }
div.DivClassName
{
background-color: #3AF637;
}
.BgClassName
{
background-color: #3AF637;
}
</style>
border-color css
<style>
span { border-color: #3AF637; }
span { border-color: rgb(58,246,55); }
td.TdClassName
{
border-color: #3AF637;
}
.TagClassName
{
border-color: #3AF637;
}
</style>