Shades of Lime Green #35D73C
Tints of Lime Green #35D73C
RGB
CMYK
RGB Variations
Color information
#35D73C (or 0x35D73C) is known color: Lime Green. HEX triplet: 35, D7 and 3C. RGB value is (53,215,60). Sum of RGB (Red+Green+Blue) = 53+215+60=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 215 (84.38% from 255 or 65.55% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 215 - color contains mainly: green. Hex color #35D73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D73C is #CA28C3. Grayscale: #959595. Windows color (decimal): -13248708 or 3987253. OLE color: 3987253.
HSL color Cylindrical-coordinate representation of color #35D73C: hue angle of 122.59º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D73C is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 215 | 60 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.16 |
| HSL | 122.59º | 0.67% | 0.53% | - |
| HSV(B) | 122.59º | 0.75% | 0.84% | - |
| XYZ | 26.58 | 49.68 | 12.46 | - |
| YUV | 148.89 | 77.83 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 215 | 60 | 0.75 | 0 | 0.72 | 0.16 | 122.59 | 0.67 | 0.53 |
| Hex | 35 | D7 | 3C | 4B | 0 | 48 | 10 | 7B | 43 | 35 |
| Octal | 65 | 327 | 74 | 113 | 0 | 110 | 20 | 173 | 103 | 65 |
| Binary | 110101 | 11010111 | 111100 | 1001011 | 0 | 1001000 | 10000 | 1111011 | 1000011 | 110101 |
Color Harmonies of #35D73C
Complementary color
Monochromatic Colors of #35D73C
Black with #35D73C
Text Example
Text Example
White with #35D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D73C; }
p { color: rgb(53,215,60); }
H1.HeaderClassName
{
color: #35D73C;
}
.AnyTagClassName
{
color: #35D73C;
}
</style>
background-color css
<style>
a { background-color: #35D73C; }
a { background-color: rgb(53,215,60); }
div.DivClassName
{
background-color: #35D73C;
}
.BgClassName
{
background-color: #35D73C;
}
</style>
border-color css
<style>
span { border-color: #35D73C; }
span { border-color: rgb(53,215,60); }
td.TdClassName
{
border-color: #35D73C;
}
.TagClassName
{
border-color: #35D73C;
}
</style>