Shades of Lime Green #35C037
Tints of Lime Green #35C037
RGB
CMYK
RGB Variations
Color information
#35C037 (or 0x35C037) is known color: Lime Green. HEX triplet: 35, C0 and 37. RGB value is (53,192,55). Sum of RGB (Red+Green+Blue) = 53+192+55=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #35C037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C037 is #CA3FC8. Grayscale: #878787. Windows color (decimal): -13254601 or 3653685. OLE color: 3653685.
HSL color Cylindrical-coordinate representation of color #35C037: hue angle of 120.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C037 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 55 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.25 |
| HSL | 120.86º | 0.57% | 0.48% | - |
| HSV(B) | 120.86º | 0.72% | 0.75% | - |
| XYZ | 21.01 | 38.73 | 9.98 | - |
| YUV | 134.82 | 82.95 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 55 | 0.72 | 0 | 0.71 | 0.25 | 120.86 | 0.57 | 0.48 |
| Hex | 35 | C0 | 37 | 48 | 0 | 47 | 19 | 79 | 39 | 30 |
| Octal | 65 | 300 | 67 | 110 | 0 | 107 | 31 | 171 | 71 | 60 |
| Binary | 110101 | 11000000 | 110111 | 1001000 | 0 | 1000111 | 11001 | 1111001 | 111001 | 110000 |
Color Harmonies of #35C037
Complementary color
Monochromatic Colors of #35C037
Black with #35C037
Text Example
Text Example
White with #35C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C037; }
p { color: rgb(53,192,55); }
H1.HeaderClassName
{
color: #35C037;
}
.AnyTagClassName
{
color: #35C037;
}
</style>
background-color css
<style>
a { background-color: #35C037; }
a { background-color: rgb(53,192,55); }
div.DivClassName
{
background-color: #35C037;
}
.BgClassName
{
background-color: #35C037;
}
</style>
border-color css
<style>
span { border-color: #35C037; }
span { border-color: rgb(53,192,55); }
td.TdClassName
{
border-color: #35C037;
}
.TagClassName
{
border-color: #35C037;
}
</style>