Shades of Lime Green #35CE54
Tints of Lime Green #35CE54
RGB
CMYK
RGB Variations
Color information
#35CE54 (or 0x35CE54) is known color: Lime Green. HEX triplet: 35, CE and 54. RGB value is (53,206,84). Sum of RGB (Red+Green+Blue) = 53+206+84=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CE54 is #CA31AB. Grayscale: #929292. Windows color (decimal): -13250988 or 5557813. OLE color: 5557813.
HSL color Cylindrical-coordinate representation of color #35CE54: hue angle of 132.16º 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 #35CE54 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 84 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.19 |
| HSL | 132.16º | 0.61% | 0.51% | - |
| HSV(B) | 132.16º | 0.74% | 0.81% | - |
| XYZ | 25.14 | 45.54 | 15.85 | - |
| YUV | 146.35 | 92.81 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 84 | 0.74 | 0 | 0.59 | 0.19 | 132.16 | 0.61 | 0.51 |
| Hex | 35 | CE | 54 | 4A | 0 | 3B | 13 | 84 | 3D | 33 |
| Octal | 65 | 316 | 124 | 112 | 0 | 73 | 23 | 204 | 75 | 63 |
| Binary | 110101 | 11001110 | 1010100 | 1001010 | 0 | 111011 | 10011 | 10000100 | 111101 | 110011 |
Color Harmonies of #35CE54
Complementary color
Monochromatic Colors of #35CE54
Black with #35CE54
Text Example
Text Example
White with #35CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CE54; }
p { color: rgb(53,206,84); }
H1.HeaderClassName
{
color: #35CE54;
}
.AnyTagClassName
{
color: #35CE54;
}
</style>
background-color css
<style>
a { background-color: #35CE54; }
a { background-color: rgb(53,206,84); }
div.DivClassName
{
background-color: #35CE54;
}
.BgClassName
{
background-color: #35CE54;
}
</style>
border-color css
<style>
span { border-color: #35CE54; }
span { border-color: rgb(53,206,84); }
td.TdClassName
{
border-color: #35CE54;
}
.TagClassName
{
border-color: #35CE54;
}
</style>