Shades of Lime Green #35DF19
Tints of Lime Green #35DF19
RGB
CMYK
RGB Variations
Color information
#35DF19 (or 0x35DF19) is known color: Lime Green. HEX triplet: 35, DF and 19. RGB value is (53,223,25). Sum of RGB (Red+Green+Blue) = 53+223+25=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 223 (87.5% from 255 or 74.09% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35DF19 is #CA20E6. Grayscale: #969696. Windows color (decimal): -13246695 or 1695541. OLE color: 1695541.
HSL color Cylindrical-coordinate representation of color #35DF19: hue angle of 111.52º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35DF19 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 223 | 25 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.13 |
| HSL | 111.52º | 0.8% | 0.49% | - |
| HSV(B) | 111.52º | 0.89% | 0.87% | - |
| XYZ | 28.03 | 53.6 | 9.79 | - |
| YUV | 149.6 | 57.68 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 223 | 25 | 0.76 | 0 | 0.89 | 0.13 | 111.52 | 0.8 | 0.49 |
| Hex | 35 | DF | 19 | 4C | 0 | 59 | D | 70 | 50 | 31 |
| Octal | 65 | 337 | 31 | 114 | 0 | 131 | 15 | 160 | 120 | 61 |
| Binary | 110101 | 11011111 | 11001 | 1001100 | 0 | 1011001 | 1101 | 1110000 | 1010000 | 110001 |
Color Harmonies of #35DF19
Complementary color
Monochromatic Colors of #35DF19
Black with #35DF19
Text Example
Text Example
White with #35DF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DF19; }
p { color: rgb(53,223,25); }
H1.HeaderClassName
{
color: #35DF19;
}
.AnyTagClassName
{
color: #35DF19;
}
</style>
background-color css
<style>
a { background-color: #35DF19; }
a { background-color: rgb(53,223,25); }
div.DivClassName
{
background-color: #35DF19;
}
.BgClassName
{
background-color: #35DF19;
}
</style>
border-color css
<style>
span { border-color: #35DF19; }
span { border-color: rgb(53,223,25); }
td.TdClassName
{
border-color: #35DF19;
}
.TagClassName
{
border-color: #35DF19;
}
</style>