Shades of Lime Green #35D93A
Tints of Lime Green #35D93A
RGB
CMYK
RGB Variations
Color information
#35D93A (or 0x35D93A) is known color: Lime Green. HEX triplet: 35, D9 and 3A. RGB value is (53,217,58). Sum of RGB (Red+Green+Blue) = 53+217+58=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 217 (85.16% from 255 or 66.16% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 217 - color contains mainly: green. Hex color #35D93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D93A is #CA26C5. Grayscale: #969696. Windows color (decimal): -13248198 or 3856693. OLE color: 3856693.
HSL color Cylindrical-coordinate representation of color #35D93A: hue angle of 121.83º 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 #35D93A is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 217 | 58 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.15 |
| HSL | 121.83º | 0.68% | 0.53% | - |
| HSV(B) | 121.83º | 0.76% | 0.85% | - |
| XYZ | 27.04 | 50.69 | 12.36 | - |
| YUV | 149.84 | 76.17 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 217 | 58 | 0.76 | 0 | 0.73 | 0.15 | 121.83 | 0.68 | 0.53 |
| Hex | 35 | D9 | 3A | 4C | 0 | 49 | F | 7A | 44 | 35 |
| Octal | 65 | 331 | 72 | 114 | 0 | 111 | 17 | 172 | 104 | 65 |
| Binary | 110101 | 11011001 | 111010 | 1001100 | 0 | 1001001 | 1111 | 1111010 | 1000100 | 110101 |
Color Harmonies of #35D93A
Complementary color
Monochromatic Colors of #35D93A
Black with #35D93A
Text Example
Text Example
White with #35D93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D93A; }
p { color: rgb(53,217,58); }
H1.HeaderClassName
{
color: #35D93A;
}
.AnyTagClassName
{
color: #35D93A;
}
</style>
background-color css
<style>
a { background-color: #35D93A; }
a { background-color: rgb(53,217,58); }
div.DivClassName
{
background-color: #35D93A;
}
.BgClassName
{
background-color: #35D93A;
}
</style>
border-color css
<style>
span { border-color: #35D93A; }
span { border-color: rgb(53,217,58); }
td.TdClassName
{
border-color: #35D93A;
}
.TagClassName
{
border-color: #35D93A;
}
</style>