Shades of Lime Green #35CE49
Tints of Lime Green #35CE49
RGB
CMYK
RGB Variations
Color information
#35CE49 (or 0x35CE49) is known color: Lime Green. HEX triplet: 35, CE and 49. RGB value is (53,206,73). Sum of RGB (Red+Green+Blue) = 53+206+73=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CE49 is #CA31B6. Grayscale: #919191. Windows color (decimal): -13250999 or 4836917. OLE color: 4836917.
HSL color Cylindrical-coordinate representation of color #35CE49: hue angle of 127.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CE49 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 73 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.19 |
| HSL | 127.84º | 0.61% | 0.51% | - |
| HSV(B) | 127.84º | 0.74% | 0.81% | - |
| XYZ | 24.74 | 45.38 | 13.76 | - |
| YUV | 145.09 | 87.31 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 73 | 0.74 | 0 | 0.65 | 0.19 | 127.84 | 0.61 | 0.51 |
| Hex | 35 | CE | 49 | 4A | 0 | 41 | 13 | 80 | 3D | 33 |
| Octal | 65 | 316 | 111 | 112 | 0 | 101 | 23 | 200 | 75 | 63 |
| Binary | 110101 | 11001110 | 1001001 | 1001010 | 0 | 1000001 | 10011 | 10000000 | 111101 | 110011 |
Color Harmonies of #35CE49
Complementary color
Monochromatic Colors of #35CE49
Black with #35CE49
Text Example
Text Example
White with #35CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CE49; }
p { color: rgb(53,206,73); }
H1.HeaderClassName
{
color: #35CE49;
}
.AnyTagClassName
{
color: #35CE49;
}
</style>
background-color css
<style>
a { background-color: #35CE49; }
a { background-color: rgb(53,206,73); }
div.DivClassName
{
background-color: #35CE49;
}
.BgClassName
{
background-color: #35CE49;
}
</style>
border-color css
<style>
span { border-color: #35CE49; }
span { border-color: rgb(53,206,73); }
td.TdClassName
{
border-color: #35CE49;
}
.TagClassName
{
border-color: #35CE49;
}
</style>