Shades of Lime Green #35C549
Tints of Lime Green #35C549
RGB
CMYK
RGB Variations
Color information
#35C549 (or 0x35C549) is known color: Lime Green. HEX triplet: 35, C5 and 49. RGB value is (53,197,73). Sum of RGB (Red+Green+Blue) = 53+197+73=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #35C549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C549 is #CA3AB6. Grayscale: #8C8C8C. Windows color (decimal): -13253303 or 4834613. OLE color: 4834613.
HSL color Cylindrical-coordinate representation of color #35C549: hue angle of 128.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C549 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 197 | 73 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.23 |
| HSL | 128.33º | 0.58% | 0.49% | - |
| HSV(B) | 128.33º | 0.73% | 0.77% | - |
| XYZ | 22.64 | 41.17 | 13.06 | - |
| YUV | 139.81 | 90.29 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 197 | 73 | 0.73 | 0 | 0.63 | 0.23 | 128.33 | 0.58 | 0.49 |
| Hex | 35 | C5 | 49 | 49 | 0 | 3F | 17 | 80 | 3A | 31 |
| Octal | 65 | 305 | 111 | 111 | 0 | 77 | 27 | 200 | 72 | 61 |
| Binary | 110101 | 11000101 | 1001001 | 1001001 | 0 | 111111 | 10111 | 10000000 | 111010 | 110001 |
Color Harmonies of #35C549
Complementary color
Monochromatic Colors of #35C549
Black with #35C549
Text Example
Text Example
White with #35C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C549; }
p { color: rgb(53,197,73); }
H1.HeaderClassName
{
color: #35C549;
}
.AnyTagClassName
{
color: #35C549;
}
</style>
background-color css
<style>
a { background-color: #35C549; }
a { background-color: rgb(53,197,73); }
div.DivClassName
{
background-color: #35C549;
}
.BgClassName
{
background-color: #35C549;
}
</style>
border-color css
<style>
span { border-color: #35C549; }
span { border-color: rgb(53,197,73); }
td.TdClassName
{
border-color: #35C549;
}
.TagClassName
{
border-color: #35C549;
}
</style>