Shades of Lime Green #35D946
Tints of Lime Green #35D946
RGB
CMYK
RGB Variations
Color information
#35D946 (or 0x35D946) is known color: Lime Green. HEX triplet: 35, D9 and 46. RGB value is (53,217,70). Sum of RGB (Red+Green+Blue) = 53+217+70=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 217 (85.16% from 255 or 63.82% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 217 - color contains mainly: green. Hex color #35D946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D946 is #CA26B9. Grayscale: #979797. Windows color (decimal): -13248186 or 4643125. OLE color: 4643125.
HSL color Cylindrical-coordinate representation of color #35D946: hue angle of 126.22º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D946 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 217 | 70 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.15 |
| HSL | 126.22º | 0.68% | 0.53% | - |
| HSV(B) | 126.22º | 0.76% | 0.85% | - |
| XYZ | 27.39 | 50.82 | 14.16 | - |
| YUV | 151.21 | 82.17 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 217 | 70 | 0.76 | 0 | 0.68 | 0.15 | 126.22 | 0.68 | 0.53 |
| Hex | 35 | D9 | 46 | 4C | 0 | 44 | F | 7E | 44 | 35 |
| Octal | 65 | 331 | 106 | 114 | 0 | 104 | 17 | 176 | 104 | 65 |
| Binary | 110101 | 11011001 | 1000110 | 1001100 | 0 | 1000100 | 1111 | 1111110 | 1000100 | 110101 |
Color Harmonies of #35D946
Complementary color
Monochromatic Colors of #35D946
Black with #35D946
Text Example
Text Example
White with #35D946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D946; }
p { color: rgb(53,217,70); }
H1.HeaderClassName
{
color: #35D946;
}
.AnyTagClassName
{
color: #35D946;
}
</style>
background-color css
<style>
a { background-color: #35D946; }
a { background-color: rgb(53,217,70); }
div.DivClassName
{
background-color: #35D946;
}
.BgClassName
{
background-color: #35D946;
}
</style>
border-color css
<style>
span { border-color: #35D946; }
span { border-color: rgb(53,217,70); }
td.TdClassName
{
border-color: #35D946;
}
.TagClassName
{
border-color: #35D946;
}
</style>