Shades of Lime Green #35E540
Tints of Lime Green #35E540
RGB
CMYK
RGB Variations
Color information
#35E540 (or 0x35E540) is known color: Lime Green. HEX triplet: 35, E5 and 40. RGB value is (53,229,64). Sum of RGB (Red+Green+Blue) = 53+229+64=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 229 (89.84% from 255 or 66.18% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 229 - color contains mainly: green. Hex color #35E540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E540 is #CA1ABF. Grayscale: #9E9E9E. Windows color (decimal): -13245120 or 4252981. OLE color: 4252981.
HSL color Cylindrical-coordinate representation of color #35E540: hue angle of 123.75º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E540 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 64 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.10 |
| HSL | 123.75º | 0.77% | 0.55% | - |
| HSV(B) | 123.75º | 0.77% | 0.9% | - |
| XYZ | 30.41 | 57.17 | 14.28 | - |
| YUV | 157.57 | 75.19 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 64 | 0.77 | 0 | 0.72 | 0.10 | 123.75 | 0.77 | 0.55 |
| Hex | 35 | E5 | 40 | 4D | 0 | 48 | A | 7C | 4D | 37 |
| Octal | 65 | 345 | 100 | 115 | 0 | 110 | 12 | 174 | 115 | 67 |
| Binary | 110101 | 11100101 | 1000000 | 1001101 | 0 | 1001000 | 1010 | 1111100 | 1001101 | 110111 |
Color Harmonies of #35E540
Complementary color
Monochromatic Colors of #35E540
Black with #35E540
Text Example
Text Example
White with #35E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E540; }
p { color: rgb(53,229,64); }
H1.HeaderClassName
{
color: #35E540;
}
.AnyTagClassName
{
color: #35E540;
}
</style>
background-color css
<style>
a { background-color: #35E540; }
a { background-color: rgb(53,229,64); }
div.DivClassName
{
background-color: #35E540;
}
.BgClassName
{
background-color: #35E540;
}
</style>
border-color css
<style>
span { border-color: #35E540; }
span { border-color: rgb(53,229,64); }
td.TdClassName
{
border-color: #35E540;
}
.TagClassName
{
border-color: #35E540;
}
</style>