Shades of Lime Green #35E256
Tints of Lime Green #35E256
RGB
CMYK
RGB Variations
Color information
#35E256 (or 0x35E256) is known color: Lime Green. HEX triplet: 35, E2 and 56. RGB value is (53,226,86). Sum of RGB (Red+Green+Blue) = 53+226+86=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 226 (88.67% from 255 or 61.92% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 226 - color contains mainly: green. Hex color #35E256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E256 is #CA1DA9. Grayscale: #9E9E9E. Windows color (decimal): -13245866 or 5694005. OLE color: 5694005.
HSL color Cylindrical-coordinate representation of color #35E256: hue angle of 131.45º degrees, saturation: 0.75, 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 #35E256 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 86 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.11 |
| HSL | 131.45º | 0.75% | 0.55% | - |
| HSV(B) | 131.45º | 0.77% | 0.89% | - |
| XYZ | 30.34 | 55.82 | 17.98 | - |
| YUV | 158.31 | 87.19 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 86 | 0.77 | 0 | 0.62 | 0.11 | 131.45 | 0.75 | 0.55 |
| Hex | 35 | E2 | 56 | 4D | 0 | 3E | B | 83 | 4B | 37 |
| Octal | 65 | 342 | 126 | 115 | 0 | 76 | 13 | 203 | 113 | 67 |
| Binary | 110101 | 11100010 | 1010110 | 1001101 | 0 | 111110 | 1011 | 10000011 | 1001011 | 110111 |
Color Harmonies of #35E256
Complementary color
Monochromatic Colors of #35E256
Black with #35E256
Text Example
Text Example
White with #35E256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E256; }
p { color: rgb(53,226,86); }
H1.HeaderClassName
{
color: #35E256;
}
.AnyTagClassName
{
color: #35E256;
}
</style>
background-color css
<style>
a { background-color: #35E256; }
a { background-color: rgb(53,226,86); }
div.DivClassName
{
background-color: #35E256;
}
.BgClassName
{
background-color: #35E256;
}
</style>
border-color css
<style>
span { border-color: #35E256; }
span { border-color: rgb(53,226,86); }
td.TdClassName
{
border-color: #35E256;
}
.TagClassName
{
border-color: #35E256;
}
</style>