Shades of Lime Green #35E122
Tints of Lime Green #35E122
RGB
CMYK
RGB Variations
Color information
#35E122 (or 0x35E122) is known color: Lime Green. HEX triplet: 35, E1 and 22. RGB value is (53,225,34). Sum of RGB (Red+Green+Blue) = 53+225+34=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 225 (88.28% from 255 or 72.12% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 225 - color contains mainly: green. Hex color #35E122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E122 is #CA1EDD. Grayscale: #989898. Windows color (decimal): -13246174 or 2285877. OLE color: 2285877.
HSL color Cylindrical-coordinate representation of color #35E122: hue angle of 114.03º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35E122 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 225 | 34 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.12 |
| HSL | 114.03º | 0.76% | 0.51% | - |
| HSV(B) | 114.03º | 0.85% | 0.88% | - |
| XYZ | 28.68 | 54.72 | 10.56 | - |
| YUV | 151.8 | 61.52 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 225 | 34 | 0.76 | 0 | 0.85 | 0.12 | 114.03 | 0.76 | 0.51 |
| Hex | 35 | E1 | 22 | 4C | 0 | 55 | C | 72 | 4C | 33 |
| Octal | 65 | 341 | 42 | 114 | 0 | 125 | 14 | 162 | 114 | 63 |
| Binary | 110101 | 11100001 | 100010 | 1001100 | 0 | 1010101 | 1100 | 1110010 | 1001100 | 110011 |
Color Harmonies of #35E122
Complementary color
Monochromatic Colors of #35E122
Black with #35E122
Text Example
Text Example
White with #35E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E122; }
p { color: rgb(53,225,34); }
H1.HeaderClassName
{
color: #35E122;
}
.AnyTagClassName
{
color: #35E122;
}
</style>
background-color css
<style>
a { background-color: #35E122; }
a { background-color: rgb(53,225,34); }
div.DivClassName
{
background-color: #35E122;
}
.BgClassName
{
background-color: #35E122;
}
</style>
border-color css
<style>
span { border-color: #35E122; }
span { border-color: rgb(53,225,34); }
td.TdClassName
{
border-color: #35E122;
}
.TagClassName
{
border-color: #35E122;
}
</style>