Shades of Lime Green #35E441
Tints of Lime Green #35E441
RGB
CMYK
RGB Variations
Color information
#35E441 (or 0x35E441) is known color: Lime Green. HEX triplet: 35, E4 and 41. RGB value is (53,228,65). Sum of RGB (Red+Green+Blue) = 53+228+65=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 228 (89.45% from 255 or 65.90% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 228 - color contains mainly: green. Hex color #35E441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E441 is #CA1BBE. Grayscale: #9D9D9D. Windows color (decimal): -13245375 or 4318261. OLE color: 4318261.
HSL color Cylindrical-coordinate representation of color #35E441: hue angle of 124.11º 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 #35E441 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 228 | 65 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.11 |
| HSL | 124.11º | 0.76% | 0.55% | - |
| HSV(B) | 124.11º | 0.77% | 0.89% | - |
| XYZ | 30.17 | 56.63 | 14.34 | - |
| YUV | 157.09 | 76.02 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 228 | 65 | 0.77 | 0 | 0.71 | 0.11 | 124.11 | 0.76 | 0.55 |
| Hex | 35 | E4 | 41 | 4D | 0 | 47 | B | 7C | 4C | 37 |
| Octal | 65 | 344 | 101 | 115 | 0 | 107 | 13 | 174 | 114 | 67 |
| Binary | 110101 | 11100100 | 1000001 | 1001101 | 0 | 1000111 | 1011 | 1111100 | 1001100 | 110111 |
Color Harmonies of #35E441
Complementary color
Monochromatic Colors of #35E441
Black with #35E441
Text Example
Text Example
White with #35E441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E441; }
p { color: rgb(53,228,65); }
H1.HeaderClassName
{
color: #35E441;
}
.AnyTagClassName
{
color: #35E441;
}
</style>
background-color css
<style>
a { background-color: #35E441; }
a { background-color: rgb(53,228,65); }
div.DivClassName
{
background-color: #35E441;
}
.BgClassName
{
background-color: #35E441;
}
</style>
border-color css
<style>
span { border-color: #35E441; }
span { border-color: rgb(53,228,65); }
td.TdClassName
{
border-color: #35E441;
}
.TagClassName
{
border-color: #35E441;
}
</style>