Shades of Lime Green #35C852
Tints of Lime Green #35C852
RGB
CMYK
RGB Variations
Color information
#35C852 (or 0x35C852) is known color: Lime Green. HEX triplet: 35, C8 and 52. RGB value is (53,200,82). Sum of RGB (Red+Green+Blue) = 53+200+82=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 200 (78.52% from 255 or 59.70% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 200 - color contains mainly: green. Hex color #35C852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C852 is #CA37AD. Grayscale: #8E8E8E. Windows color (decimal): -13252526 or 5425205. OLE color: 5425205.
HSL color Cylindrical-coordinate representation of color #35C852: hue angle of 131.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C852 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 82 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.22 |
| HSL | 131.84º | 0.58% | 0.5% | - |
| HSV(B) | 131.84º | 0.74% | 0.78% | - |
| XYZ | 23.65 | 42.67 | 14.97 | - |
| YUV | 142.6 | 93.8 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 82 | 0.74 | 0 | 0.59 | 0.22 | 131.84 | 0.58 | 0.5 |
| Hex | 35 | C8 | 52 | 4A | 0 | 3B | 16 | 84 | 3A | 32 |
| Octal | 65 | 310 | 122 | 112 | 0 | 73 | 26 | 204 | 72 | 62 |
| Binary | 110101 | 11001000 | 1010010 | 1001010 | 0 | 111011 | 10110 | 10000100 | 111010 | 110010 |
Color Harmonies of #35C852
Complementary color
Monochromatic Colors of #35C852
Black with #35C852
Text Example
Text Example
White with #35C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C852; }
p { color: rgb(53,200,82); }
H1.HeaderClassName
{
color: #35C852;
}
.AnyTagClassName
{
color: #35C852;
}
</style>
background-color css
<style>
a { background-color: #35C852; }
a { background-color: rgb(53,200,82); }
div.DivClassName
{
background-color: #35C852;
}
.BgClassName
{
background-color: #35C852;
}
</style>
border-color css
<style>
span { border-color: #35C852; }
span { border-color: rgb(53,200,82); }
td.TdClassName
{
border-color: #35C852;
}
.TagClassName
{
border-color: #35C852;
}
</style>