Shades of Lime Green #35C84D
Tints of Lime Green #35C84D
RGB
CMYK
RGB Variations
Color information
#35C84D (or 0x35C84D) is known color: Lime Green. HEX triplet: 35, C8 and 4D. RGB value is (53,200,77). Sum of RGB (Red+Green+Blue) = 53+200+77=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #35C84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C84D is #CA37B2. Grayscale: #8E8E8E. Windows color (decimal): -13252531 or 5097525. OLE color: 5097525.
HSL color Cylindrical-coordinate representation of color #35C84D: hue angle of 129.8º 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 #35C84D is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 77 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.22 |
| HSL | 129.8º | 0.58% | 0.5% | - |
| HSV(B) | 129.8º | 0.74% | 0.78% | - |
| XYZ | 23.46 | 42.6 | 14.01 | - |
| YUV | 142.03 | 91.3 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 77 | 0.74 | 0 | 0.62 | 0.22 | 129.8 | 0.58 | 0.5 |
| Hex | 35 | C8 | 4D | 4A | 0 | 3E | 16 | 82 | 3A | 32 |
| Octal | 65 | 310 | 115 | 112 | 0 | 76 | 26 | 202 | 72 | 62 |
| Binary | 110101 | 11001000 | 1001101 | 1001010 | 0 | 111110 | 10110 | 10000010 | 111010 | 110010 |
Color Harmonies of #35C84D
Complementary color
Monochromatic Colors of #35C84D
Black with #35C84D
Text Example
Text Example
White with #35C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C84D; }
p { color: rgb(53,200,77); }
H1.HeaderClassName
{
color: #35C84D;
}
.AnyTagClassName
{
color: #35C84D;
}
</style>
background-color css
<style>
a { background-color: #35C84D; }
a { background-color: rgb(53,200,77); }
div.DivClassName
{
background-color: #35C84D;
}
.BgClassName
{
background-color: #35C84D;
}
</style>
border-color css
<style>
span { border-color: #35C84D; }
span { border-color: rgb(53,200,77); }
td.TdClassName
{
border-color: #35C84D;
}
.TagClassName
{
border-color: #35C84D;
}
</style>