Shades of Lime Green #35C150
Tints of Lime Green #35C150
RGB
CMYK
RGB Variations
Color information
#35C150 (or 0x35C150) is known color: Lime Green. HEX triplet: 35, C1 and 50. RGB value is (53,193,80). Sum of RGB (Red+Green+Blue) = 53+193+80=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #35C150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C150 is #CA3EAF. Grayscale: #8A8A8A. Windows color (decimal): -13254320 or 5292341. OLE color: 5292341.
HSL color Cylindrical-coordinate representation of color #35C150: hue angle of 131.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C150 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 80 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.24 |
| HSL | 131.57º | 0.57% | 0.48% | - |
| HSV(B) | 131.57º | 0.73% | 0.76% | - |
| XYZ | 21.99 | 39.48 | 14.05 | - |
| YUV | 138.26 | 95.12 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 80 | 0.73 | 0 | 0.59 | 0.24 | 131.57 | 0.57 | 0.48 |
| Hex | 35 | C1 | 50 | 49 | 0 | 3B | 18 | 84 | 39 | 30 |
| Octal | 65 | 301 | 120 | 111 | 0 | 73 | 30 | 204 | 71 | 60 |
| Binary | 110101 | 11000001 | 1010000 | 1001001 | 0 | 111011 | 11000 | 10000100 | 111001 | 110000 |
Color Harmonies of #35C150
Complementary color
Monochromatic Colors of #35C150
Black with #35C150
Text Example
Text Example
White with #35C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C150; }
p { color: rgb(53,193,80); }
H1.HeaderClassName
{
color: #35C150;
}
.AnyTagClassName
{
color: #35C150;
}
</style>
background-color css
<style>
a { background-color: #35C150; }
a { background-color: rgb(53,193,80); }
div.DivClassName
{
background-color: #35C150;
}
.BgClassName
{
background-color: #35C150;
}
</style>
border-color css
<style>
span { border-color: #35C150; }
span { border-color: rgb(53,193,80); }
td.TdClassName
{
border-color: #35C150;
}
.TagClassName
{
border-color: #35C150;
}
</style>