Shades of Lime Green #35C446
Tints of Lime Green #35C446
RGB
CMYK
RGB Variations
Color information
#35C446 (or 0x35C446) is known color: Lime Green. HEX triplet: 35, C4 and 46. RGB value is (53,196,70). Sum of RGB (Red+Green+Blue) = 53+196+70=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 196 (76.95% from 255 or 61.44% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 196 - color contains mainly: green. Hex color #35C446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C446 is #CA3BB9. Grayscale: #8B8B8B. Windows color (decimal): -13253562 or 4637749. OLE color: 4637749.
HSL color Cylindrical-coordinate representation of color #35C446: hue angle of 127.13º degrees, saturation: 0.57, 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 #35C446 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 196 | 70 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.23 |
| HSL | 127.13º | 0.57% | 0.49% | - |
| HSV(B) | 127.13º | 0.73% | 0.77% | - |
| XYZ | 22.31 | 40.68 | 12.47 | - |
| YUV | 138.88 | 89.12 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 196 | 70 | 0.73 | 0 | 0.64 | 0.23 | 127.13 | 0.57 | 0.49 |
| Hex | 35 | C4 | 46 | 49 | 0 | 40 | 17 | 7F | 39 | 31 |
| Octal | 65 | 304 | 106 | 111 | 0 | 100 | 27 | 177 | 71 | 61 |
| Binary | 110101 | 11000100 | 1000110 | 1001001 | 0 | 1000000 | 10111 | 1111111 | 111001 | 110001 |
Color Harmonies of #35C446
Complementary color
Monochromatic Colors of #35C446
Black with #35C446
Text Example
Text Example
White with #35C446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C446; }
p { color: rgb(53,196,70); }
H1.HeaderClassName
{
color: #35C446;
}
.AnyTagClassName
{
color: #35C446;
}
</style>
background-color css
<style>
a { background-color: #35C446; }
a { background-color: rgb(53,196,70); }
div.DivClassName
{
background-color: #35C446;
}
.BgClassName
{
background-color: #35C446;
}
</style>
border-color css
<style>
span { border-color: #35C446; }
span { border-color: rgb(53,196,70); }
td.TdClassName
{
border-color: #35C446;
}
.TagClassName
{
border-color: #35C446;
}
</style>