Shades of Lime Green #35DF14
Tints of Lime Green #35DF14
RGB
CMYK
RGB Variations
Color information
#35DF14 (or 0x35DF14) is known color: Lime Green. HEX triplet: 35, DF and 14. RGB value is (53,223,20). Sum of RGB (Red+Green+Blue) = 53+223+20=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 223 (87.5% from 255 or 75.34% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35DF14 is #CA20EB. Grayscale: #959595. Windows color (decimal): -13246700 or 1367861. OLE color: 1367861.
HSL color Cylindrical-coordinate representation of color #35DF14: hue angle of 110.25º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35DF14 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 223 | 20 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.13 |
| HSL | 110.25º | 0.84% | 0.48% | - |
| HSV(B) | 110.25º | 0.91% | 0.87% | - |
| XYZ | 27.98 | 53.58 | 9.53 | - |
| YUV | 149.03 | 55.18 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 223 | 20 | 0.76 | 0 | 0.91 | 0.13 | 110.25 | 0.84 | 0.48 |
| Hex | 35 | DF | 14 | 4C | 0 | 5B | D | 6E | 54 | 30 |
| Octal | 65 | 337 | 24 | 114 | 0 | 133 | 15 | 156 | 124 | 60 |
| Binary | 110101 | 11011111 | 10100 | 1001100 | 0 | 1011011 | 1101 | 1101110 | 1010100 | 110000 |
Color Harmonies of #35DF14
Complementary color
Monochromatic Colors of #35DF14
Black with #35DF14
Text Example
Text Example
White with #35DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DF14; }
p { color: rgb(53,223,20); }
H1.HeaderClassName
{
color: #35DF14;
}
.AnyTagClassName
{
color: #35DF14;
}
</style>
background-color css
<style>
a { background-color: #35DF14; }
a { background-color: rgb(53,223,20); }
div.DivClassName
{
background-color: #35DF14;
}
.BgClassName
{
background-color: #35DF14;
}
</style>
border-color css
<style>
span { border-color: #35DF14; }
span { border-color: rgb(53,223,20); }
td.TdClassName
{
border-color: #35DF14;
}
.TagClassName
{
border-color: #35DF14;
}
</style>