Shades of Lime Green #35DF1E
Tints of Lime Green #35DF1E
RGB
CMYK
RGB Variations
Color information
#35DF1E (or 0x35DF1E) is known color: Lime Green. HEX triplet: 35, DF and 1E. RGB value is (53,223,30). Sum of RGB (Red+Green+Blue) = 53+223+30=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DF1E is #CA20E1. Grayscale: #969696. Windows color (decimal): -13246690 or 2023221. OLE color: 2023221.
HSL color Cylindrical-coordinate representation of color #35DF1E: hue angle of 112.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35DF1E is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 223 | 30 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.13 |
| HSL | 112.85º | 0.76% | 0.5% | - |
| HSV(B) | 112.85º | 0.87% | 0.87% | - |
| XYZ | 28.09 | 53.63 | 10.1 | - |
| YUV | 150.17 | 60.18 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 223 | 30 | 0.76 | 0 | 0.87 | 0.13 | 112.85 | 0.76 | 0.5 |
| Hex | 35 | DF | 1E | 4C | 0 | 57 | D | 71 | 4C | 32 |
| Octal | 65 | 337 | 36 | 114 | 0 | 127 | 15 | 161 | 114 | 62 |
| Binary | 110101 | 11011111 | 11110 | 1001100 | 0 | 1010111 | 1101 | 1110001 | 1001100 | 110010 |
Color Harmonies of #35DF1E
Complementary color
Monochromatic Colors of #35DF1E
Black with #35DF1E
Text Example
Text Example
White with #35DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DF1E; }
p { color: rgb(53,223,30); }
H1.HeaderClassName
{
color: #35DF1E;
}
.AnyTagClassName
{
color: #35DF1E;
}
</style>
background-color css
<style>
a { background-color: #35DF1E; }
a { background-color: rgb(53,223,30); }
div.DivClassName
{
background-color: #35DF1E;
}
.BgClassName
{
background-color: #35DF1E;
}
</style>
border-color css
<style>
span { border-color: #35DF1E; }
span { border-color: rgb(53,223,30); }
td.TdClassName
{
border-color: #35DF1E;
}
.TagClassName
{
border-color: #35DF1E;
}
</style>