Shades of Lime Green #35E829
Tints of Lime Green #35E829
RGB
CMYK
RGB Variations
Color information
#35E829 (or 0x35E829) is known color: Lime Green. HEX triplet: 35, E8 and 29. RGB value is (53,232,41). Sum of RGB (Red+Green+Blue) = 53+232+41=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 232 (91.02% from 255 or 71.17% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 232 - color contains mainly: green. Hex color #35E829 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35E829 is #CA17D6. Grayscale: #9D9D9D. Windows color (decimal): -13244375 or 2746421. OLE color: 2746421.
HSL color Cylindrical-coordinate representation of color #35E829: hue angle of 116.23º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35E829 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 232 | 41 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.09 |
| HSL | 116.23º | 0.81% | 0.54% | - |
| HSV(B) | 116.23º | 0.82% | 0.91% | - |
| XYZ | 30.73 | 58.63 | 11.8 | - |
| YUV | 156.71 | 62.7 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 232 | 41 | 0.77 | 0 | 0.82 | 0.09 | 116.23 | 0.81 | 0.54 |
| Hex | 35 | E8 | 29 | 4D | 0 | 52 | 9 | 74 | 51 | 36 |
| Octal | 65 | 350 | 51 | 115 | 0 | 122 | 11 | 164 | 121 | 66 |
| Binary | 110101 | 11101000 | 101001 | 1001101 | 0 | 1010010 | 1001 | 1110100 | 1010001 | 110110 |
Color Harmonies of #35E829
Complementary color
Monochromatic Colors of #35E829
Black with #35E829
Text Example
Text Example
White with #35E829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E829; }
p { color: rgb(53,232,41); }
H1.HeaderClassName
{
color: #35E829;
}
.AnyTagClassName
{
color: #35E829;
}
</style>
background-color css
<style>
a { background-color: #35E829; }
a { background-color: rgb(53,232,41); }
div.DivClassName
{
background-color: #35E829;
}
.BgClassName
{
background-color: #35E829;
}
</style>
border-color css
<style>
span { border-color: #35E829; }
span { border-color: rgb(53,232,41); }
td.TdClassName
{
border-color: #35E829;
}
.TagClassName
{
border-color: #35E829;
}
</style>