Shades of Lime Green #3AF129
Tints of Lime Green #3AF129
RGB
CMYK
RGB Variations
Color information
#3AF129 (or 0x3AF129) is known color: Lime Green. HEX triplet: 3A, F1 and 29. RGB value is (58,241,41). Sum of RGB (Red+Green+Blue) = 58+241+41=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 241 (94.53% from 255 or 70.88% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF129 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF129 is #C50ED6. Grayscale: #A4A4A4. Windows color (decimal): -12914391 or 2748730. OLE color: 2748730.
HSL color Cylindrical-coordinate representation of color #3AF129: hue angle of 114.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AF129 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 41 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.05 |
| HSL | 114.9º | 0.88% | 0.55% | - |
| HSV(B) | 114.9º | 0.83% | 0.95% | - |
| XYZ | 33.6 | 63.97 | 12.67 | - |
| YUV | 163.48 | 58.87 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 41 | 0.76 | 0 | 0.83 | 0.05 | 114.9 | 0.88 | 0.55 |
| Hex | 3A | F1 | 29 | 4C | 0 | 53 | 5 | 73 | 58 | 37 |
| Octal | 72 | 361 | 51 | 114 | 0 | 123 | 5 | 163 | 130 | 67 |
| Binary | 111010 | 11110001 | 101001 | 1001100 | 0 | 1010011 | 101 | 1110011 | 1011000 | 110111 |
Color Harmonies of #3AF129
Complementary color
Monochromatic Colors of #3AF129
Black with #3AF129
Text Example
Text Example
White with #3AF129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF129; }
p { color: rgb(58,241,41); }
H1.HeaderClassName
{
color: #3AF129;
}
.AnyTagClassName
{
color: #3AF129;
}
</style>
background-color css
<style>
a { background-color: #3AF129; }
a { background-color: rgb(58,241,41); }
div.DivClassName
{
background-color: #3AF129;
}
.BgClassName
{
background-color: #3AF129;
}
</style>
border-color css
<style>
span { border-color: #3AF129; }
span { border-color: rgb(58,241,41); }
td.TdClassName
{
border-color: #3AF129;
}
.TagClassName
{
border-color: #3AF129;
}
</style>