Shades of Lime Green #35C84C
Tints of Lime Green #35C84C
RGB
CMYK
RGB Variations
Color information
#35C84C (or 0x35C84C) is known color: Lime Green. HEX triplet: 35, C8 and 4C. RGB value is (53,200,76). Sum of RGB (Red+Green+Blue) = 53+200+76=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #35C84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C84C is #CA37B3. Grayscale: #8E8E8E. Windows color (decimal): -13252532 or 5031989. OLE color: 5031989.
HSL color Cylindrical-coordinate representation of color #35C84C: hue angle of 129.39º 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 #35C84C is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 76 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.22 |
| HSL | 129.39º | 0.58% | 0.5% | - |
| HSV(B) | 129.39º | 0.74% | 0.78% | - |
| XYZ | 23.43 | 42.59 | 13.82 | - |
| YUV | 141.91 | 90.8 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 76 | 0.74 | 0 | 0.62 | 0.22 | 129.39 | 0.58 | 0.5 |
| Hex | 35 | C8 | 4C | 4A | 0 | 3E | 16 | 81 | 3A | 32 |
| Octal | 65 | 310 | 114 | 112 | 0 | 76 | 26 | 201 | 72 | 62 |
| Binary | 110101 | 11001000 | 1001100 | 1001010 | 0 | 111110 | 10110 | 10000001 | 111010 | 110010 |
Color Harmonies of #35C84C
Complementary color
Monochromatic Colors of #35C84C
Black with #35C84C
Text Example
Text Example
White with #35C84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C84C; }
p { color: rgb(53,200,76); }
H1.HeaderClassName
{
color: #35C84C;
}
.AnyTagClassName
{
color: #35C84C;
}
</style>
background-color css
<style>
a { background-color: #35C84C; }
a { background-color: rgb(53,200,76); }
div.DivClassName
{
background-color: #35C84C;
}
.BgClassName
{
background-color: #35C84C;
}
</style>
border-color css
<style>
span { border-color: #35C84C; }
span { border-color: rgb(53,200,76); }
td.TdClassName
{
border-color: #35C84C;
}
.TagClassName
{
border-color: #35C84C;
}
</style>