Shades of Lime Green #35E52C
Tints of Lime Green #35E52C
RGB
CMYK
RGB Variations
Color information
#35E52C (or 0x35E52C) is known color: Lime Green. HEX triplet: 35, E5 and 2C. RGB value is (53,229,44). Sum of RGB (Red+Green+Blue) = 53+229+44=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 229 (89.84% from 255 or 70.25% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 229 - color contains mainly: green. Hex color #35E52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E52C is #CA1AD3. Grayscale: #9B9B9B. Windows color (decimal): -13245140 or 2942261. OLE color: 2942261.
HSL color Cylindrical-coordinate representation of color #35E52C: hue angle of 117.08º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35E52C is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 44 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.10 |
| HSL | 117.08º | 0.78% | 0.54% | - |
| HSV(B) | 117.08º | 0.81% | 0.9% | - |
| XYZ | 29.94 | 56.98 | 11.8 | - |
| YUV | 155.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 44 | 0.77 | 0 | 0.81 | 0.10 | 117.08 | 0.78 | 0.54 |
| Hex | 35 | E5 | 2C | 4D | 0 | 51 | A | 75 | 4E | 36 |
| Octal | 65 | 345 | 54 | 115 | 0 | 121 | 12 | 165 | 116 | 66 |
| Binary | 110101 | 11100101 | 101100 | 1001101 | 0 | 1010001 | 1010 | 1110101 | 1001110 | 110110 |
Color Harmonies of #35E52C
Complementary color
Monochromatic Colors of #35E52C
Black with #35E52C
Text Example
Text Example
White with #35E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E52C; }
p { color: rgb(53,229,44); }
H1.HeaderClassName
{
color: #35E52C;
}
.AnyTagClassName
{
color: #35E52C;
}
</style>
background-color css
<style>
a { background-color: #35E52C; }
a { background-color: rgb(53,229,44); }
div.DivClassName
{
background-color: #35E52C;
}
.BgClassName
{
background-color: #35E52C;
}
</style>
border-color css
<style>
span { border-color: #35E52C; }
span { border-color: rgb(53,229,44); }
td.TdClassName
{
border-color: #35E52C;
}
.TagClassName
{
border-color: #35E52C;
}
</style>