Shades of Lime Green #35E346
Tints of Lime Green #35E346
RGB
CMYK
RGB Variations
Color information
#35E346 (or 0x35E346) is known color: Lime Green. HEX triplet: 35, E3 and 46. RGB value is (53,227,70). Sum of RGB (Red+Green+Blue) = 53+227+70=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 227 (89.06% from 255 or 64.86% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 227 - color contains mainly: green. Hex color #35E346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E346 is #CA1CB9. Grayscale: #9D9D9D. Windows color (decimal): -13245626 or 4645685. OLE color: 4645685.
HSL color Cylindrical-coordinate representation of color #35E346: hue angle of 125.86º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E346 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 227 | 70 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.11 |
| HSL | 125.86º | 0.76% | 0.55% | - |
| HSV(B) | 125.86º | 0.77% | 0.89% | - |
| XYZ | 30.04 | 56.14 | 15.05 | - |
| YUV | 157.08 | 78.85 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 227 | 70 | 0.77 | 0 | 0.69 | 0.11 | 125.86 | 0.76 | 0.55 |
| Hex | 35 | E3 | 46 | 4D | 0 | 45 | B | 7E | 4C | 37 |
| Octal | 65 | 343 | 106 | 115 | 0 | 105 | 13 | 176 | 114 | 67 |
| Binary | 110101 | 11100011 | 1000110 | 1001101 | 0 | 1000101 | 1011 | 1111110 | 1001100 | 110111 |
Color Harmonies of #35E346
Complementary color
Monochromatic Colors of #35E346
Black with #35E346
Text Example
Text Example
White with #35E346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E346; }
p { color: rgb(53,227,70); }
H1.HeaderClassName
{
color: #35E346;
}
.AnyTagClassName
{
color: #35E346;
}
</style>
background-color css
<style>
a { background-color: #35E346; }
a { background-color: rgb(53,227,70); }
div.DivClassName
{
background-color: #35E346;
}
.BgClassName
{
background-color: #35E346;
}
</style>
border-color css
<style>
span { border-color: #35E346; }
span { border-color: rgb(53,227,70); }
td.TdClassName
{
border-color: #35E346;
}
.TagClassName
{
border-color: #35E346;
}
</style>