Shades of Lime Green #35CE55
Tints of Lime Green #35CE55
RGB
CMYK
RGB Variations
Color information
#35CE55 (or 0x35CE55) is known color: Lime Green. HEX triplet: 35, CE and 55. RGB value is (53,206,85). Sum of RGB (Red+Green+Blue) = 53+206+85=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 206 (80.86% from 255 or 59.88% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CE55 is #CA31AA. Grayscale: #929292. Windows color (decimal): -13250987 or 5623349. OLE color: 5623349.
HSL color Cylindrical-coordinate representation of color #35CE55: hue angle of 132.55º 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 #35CE55 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 85 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.19 |
| HSL | 132.55º | 0.61% | 0.51% | - |
| HSV(B) | 132.55º | 0.74% | 0.81% | - |
| XYZ | 25.18 | 45.56 | 16.06 | - |
| YUV | 146.46 | 93.31 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 85 | 0.74 | 0 | 0.59 | 0.19 | 132.55 | 0.61 | 0.51 |
| Hex | 35 | CE | 55 | 4A | 0 | 3B | 13 | 85 | 3D | 33 |
| Octal | 65 | 316 | 125 | 112 | 0 | 73 | 23 | 205 | 75 | 63 |
| Binary | 110101 | 11001110 | 1010101 | 1001010 | 0 | 111011 | 10011 | 10000101 | 111101 | 110011 |
Color Harmonies of #35CE55
Complementary color
Monochromatic Colors of #35CE55
Black with #35CE55
Text Example
Text Example
White with #35CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CE55; }
p { color: rgb(53,206,85); }
H1.HeaderClassName
{
color: #35CE55;
}
.AnyTagClassName
{
color: #35CE55;
}
</style>
background-color css
<style>
a { background-color: #35CE55; }
a { background-color: rgb(53,206,85); }
div.DivClassName
{
background-color: #35CE55;
}
.BgClassName
{
background-color: #35CE55;
}
</style>
border-color css
<style>
span { border-color: #35CE55; }
span { border-color: rgb(53,206,85); }
td.TdClassName
{
border-color: #35CE55;
}
.TagClassName
{
border-color: #35CE55;
}
</style>