Shades of Lime Green #35E353
Tints of Lime Green #35E353
RGB
CMYK
RGB Variations
Color information
#35E353 (or 0x35E353) is known color: Lime Green. HEX triplet: 35, E3 and 53. RGB value is (53,227,83). Sum of RGB (Red+Green+Blue) = 53+227+83=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 227 (89.06% from 255 or 62.53% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 227 - color contains mainly: green. Hex color #35E353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E353 is #CA1CAC. Grayscale: #9E9E9E. Windows color (decimal): -13245613 or 5497653. OLE color: 5497653.
HSL color Cylindrical-coordinate representation of color #35E353: hue angle of 130.34º 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 #35E353 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 227 | 83 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.11 |
| HSL | 130.34º | 0.76% | 0.55% | - |
| HSV(B) | 130.34º | 0.77% | 0.89% | - |
| XYZ | 30.5 | 56.32 | 17.45 | - |
| YUV | 158.56 | 85.35 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 227 | 83 | 0.77 | 0 | 0.63 | 0.11 | 130.34 | 0.76 | 0.55 |
| Hex | 35 | E3 | 53 | 4D | 0 | 3F | B | 82 | 4C | 37 |
| Octal | 65 | 343 | 123 | 115 | 0 | 77 | 13 | 202 | 114 | 67 |
| Binary | 110101 | 11100011 | 1010011 | 1001101 | 0 | 111111 | 1011 | 10000010 | 1001100 | 110111 |
Color Harmonies of #35E353
Complementary color
Monochromatic Colors of #35E353
Black with #35E353
Text Example
Text Example
White with #35E353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E353; }
p { color: rgb(53,227,83); }
H1.HeaderClassName
{
color: #35E353;
}
.AnyTagClassName
{
color: #35E353;
}
</style>
background-color css
<style>
a { background-color: #35E353; }
a { background-color: rgb(53,227,83); }
div.DivClassName
{
background-color: #35E353;
}
.BgClassName
{
background-color: #35E353;
}
</style>
border-color css
<style>
span { border-color: #35E353; }
span { border-color: rgb(53,227,83); }
td.TdClassName
{
border-color: #35E353;
}
.TagClassName
{
border-color: #35E353;
}
</style>