Shades of Lime Green #46F129
Tints of Lime Green #46F129
RGB
CMYK
RGB Variations
Color information
#46F129 (or 0x46F129) is known color: Lime Green. HEX triplet: 46, F1 and 29. RGB value is (70,241,41). Sum of RGB (Red+Green+Blue) = 70+241+41=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 241 (94.53% from 255 or 68.47% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 241 - color contains mainly: green. Hex color #46F129 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F129 is #B90ED6. Grayscale: #A7A7A7. Windows color (decimal): -12127959 or 2748742. OLE color: 2748742.
HSL color Cylindrical-coordinate representation of color #46F129: hue angle of 111.3º 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 #46F129 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 241 | 41 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.05 |
| HSL | 111.3º | 0.88% | 0.55% | - |
| HSV(B) | 111.3º | 0.83% | 0.95% | - |
| XYZ | 34.38 | 64.37 | 12.71 | - |
| YUV | 167.07 | 56.85 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 241 | 41 | 0.71 | 0 | 0.83 | 0.05 | 111.3 | 0.88 | 0.55 |
| Hex | 46 | F1 | 29 | 47 | 0 | 53 | 5 | 6F | 58 | 37 |
| Octal | 106 | 361 | 51 | 107 | 0 | 123 | 5 | 157 | 130 | 67 |
| Binary | 1000110 | 11110001 | 101001 | 1000111 | 0 | 1010011 | 101 | 1101111 | 1011000 | 110111 |
Color Harmonies of #46F129
Complementary color
Monochromatic Colors of #46F129
Black with #46F129
Text Example
Text Example
White with #46F129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F129; }
p { color: rgb(70,241,41); }
H1.HeaderClassName
{
color: #46F129;
}
.AnyTagClassName
{
color: #46F129;
}
</style>
background-color css
<style>
a { background-color: #46F129; }
a { background-color: rgb(70,241,41); }
div.DivClassName
{
background-color: #46F129;
}
.BgClassName
{
background-color: #46F129;
}
</style>
border-color css
<style>
span { border-color: #46F129; }
span { border-color: rgb(70,241,41); }
td.TdClassName
{
border-color: #46F129;
}
.TagClassName
{
border-color: #46F129;
}
</style>