Shades of Lime Green #35D117
Tints of Lime Green #35D117
RGB
CMYK
RGB Variations
Color information
#35D117 (or 0x35D117) is known color: Lime Green. HEX triplet: 35, D1 and 17. RGB value is (53,209,23). Sum of RGB (Red+Green+Blue) = 53+209+23=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 209 (82.03% from 255 or 73.33% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 209 - color contains mainly: green. Hex color #35D117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35D117 is #CA2EE8. Grayscale: #8D8D8D. Windows color (decimal): -13250281 or 1560885. OLE color: 1560885.
HSL color Cylindrical-coordinate representation of color #35D117: hue angle of 110.32º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35D117 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 209 | 23 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.18 |
| HSL | 110.32º | 0.8% | 0.45% | - |
| HSV(B) | 110.32º | 0.89% | 0.82% | - |
| XYZ | 24.42 | 46.42 | 8.48 | - |
| YUV | 141.15 | 61.32 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 209 | 23 | 0.75 | 0 | 0.89 | 0.18 | 110.32 | 0.8 | 0.45 |
| Hex | 35 | D1 | 17 | 4B | 0 | 59 | 12 | 6E | 50 | 2D |
| Octal | 65 | 321 | 27 | 113 | 0 | 131 | 22 | 156 | 120 | 55 |
| Binary | 110101 | 11010001 | 10111 | 1001011 | 0 | 1011001 | 10010 | 1101110 | 1010000 | 101101 |
Color Harmonies of #35D117
Complementary color
Monochromatic Colors of #35D117
Black with #35D117
Text Example
Text Example
White with #35D117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D117; }
p { color: rgb(53,209,23); }
H1.HeaderClassName
{
color: #35D117;
}
.AnyTagClassName
{
color: #35D117;
}
</style>
background-color css
<style>
a { background-color: #35D117; }
a { background-color: rgb(53,209,23); }
div.DivClassName
{
background-color: #35D117;
}
.BgClassName
{
background-color: #35D117;
}
</style>
border-color css
<style>
span { border-color: #35D117; }
span { border-color: rgb(53,209,23); }
td.TdClassName
{
border-color: #35D117;
}
.TagClassName
{
border-color: #35D117;
}
</style>