Shades of Lime Green #35D139
Tints of Lime Green #35D139
RGB
CMYK
RGB Variations
Color information
#35D139 (or 0x35D139) is known color: Lime Green. HEX triplet: 35, D1 and 39. RGB value is (53,209,57). Sum of RGB (Red+Green+Blue) = 53+209+57=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 209 (82.03% from 255 or 65.52% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 209 - color contains mainly: green. Hex color #35D139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D139 is #CA2EC6. Grayscale: #919191. Windows color (decimal): -13250247 or 3789109. OLE color: 3789109.
HSL color Cylindrical-coordinate representation of color #35D139: hue angle of 121.54º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D139 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 209 | 57 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.18 |
| HSL | 121.54º | 0.63% | 0.51% | - |
| HSV(B) | 121.54º | 0.75% | 0.82% | - |
| XYZ | 25.01 | 46.65 | 11.56 | - |
| YUV | 145.03 | 78.32 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 209 | 57 | 0.75 | 0 | 0.73 | 0.18 | 121.54 | 0.63 | 0.51 |
| Hex | 35 | D1 | 39 | 4B | 0 | 49 | 12 | 7A | 3F | 33 |
| Octal | 65 | 321 | 71 | 113 | 0 | 111 | 22 | 172 | 77 | 63 |
| Binary | 110101 | 11010001 | 111001 | 1001011 | 0 | 1001001 | 10010 | 1111010 | 111111 | 110011 |
Color Harmonies of #35D139
Complementary color
Monochromatic Colors of #35D139
Black with #35D139
Text Example
Text Example
White with #35D139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D139; }
p { color: rgb(53,209,57); }
H1.HeaderClassName
{
color: #35D139;
}
.AnyTagClassName
{
color: #35D139;
}
</style>
background-color css
<style>
a { background-color: #35D139; }
a { background-color: rgb(53,209,57); }
div.DivClassName
{
background-color: #35D139;
}
.BgClassName
{
background-color: #35D139;
}
</style>
border-color css
<style>
span { border-color: #35D139; }
span { border-color: rgb(53,209,57); }
td.TdClassName
{
border-color: #35D139;
}
.TagClassName
{
border-color: #35D139;
}
</style>