Shades of Lime Green #3AF035
Tints of Lime Green #3AF035
RGB
CMYK
RGB Variations
Color information
#3AF035 (or 0x3AF035) is known color: Lime Green. HEX triplet: 3A, F0 and 35. RGB value is (58,240,53). Sum of RGB (Red+Green+Blue) = 58+240+53=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 240 (94.14% from 255 or 68.38% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF035 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF035 is #C50FCA. Grayscale: #A4A4A4. Windows color (decimal): -12914635 or 3534906. OLE color: 3534906.
HSL color Cylindrical-coordinate representation of color #3AF035: hue angle of 118.4º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AF035 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 53 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.06 |
| HSL | 118.4º | 0.86% | 0.57% | - |
| HSV(B) | 118.4º | 0.78% | 0.94% | - |
| XYZ | 33.55 | 63.48 | 13.85 | - |
| YUV | 164.26 | 65.2 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 53 | 0.76 | 0 | 0.78 | 0.06 | 118.4 | 0.86 | 0.57 |
| Hex | 3A | F0 | 35 | 4C | 0 | 4E | 6 | 76 | 56 | 39 |
| Octal | 72 | 360 | 65 | 114 | 0 | 116 | 6 | 166 | 126 | 71 |
| Binary | 111010 | 11110000 | 110101 | 1001100 | 0 | 1001110 | 110 | 1110110 | 1010110 | 111001 |
Color Harmonies of #3AF035
Complementary color
Monochromatic Colors of #3AF035
Black with #3AF035
Text Example
Text Example
White with #3AF035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF035; }
p { color: rgb(58,240,53); }
H1.HeaderClassName
{
color: #3AF035;
}
.AnyTagClassName
{
color: #3AF035;
}
</style>
background-color css
<style>
a { background-color: #3AF035; }
a { background-color: rgb(58,240,53); }
div.DivClassName
{
background-color: #3AF035;
}
.BgClassName
{
background-color: #3AF035;
}
</style>
border-color css
<style>
span { border-color: #3AF035; }
span { border-color: rgb(58,240,53); }
td.TdClassName
{
border-color: #3AF035;
}
.TagClassName
{
border-color: #3AF035;
}
</style>