Shades of Lime Green #35C919
Tints of Lime Green #35C919
RGB
CMYK
RGB Variations
Color information
#35C919 (or 0x35C919) is known color: Lime Green. HEX triplet: 35, C9 and 19. RGB value is (53,201,25). Sum of RGB (Red+Green+Blue) = 53+201+25=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 201 (78.91% from 255 or 72.04% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 201 - color contains mainly: green. Hex color #35C919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C919 is #CA36E6. Grayscale: #898989. Windows color (decimal): -13252327 or 1689909. OLE color: 1689909.
HSL color Cylindrical-coordinate representation of color #35C919: hue angle of 110.45º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35C919 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 201 | 25 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.21 |
| HSL | 110.45º | 0.78% | 0.44% | - |
| HSV(B) | 110.45º | 0.88% | 0.79% | - |
| XYZ | 22.53 | 42.6 | 7.95 | - |
| YUV | 136.68 | 64.97 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 201 | 25 | 0.74 | 0 | 0.88 | 0.21 | 110.45 | 0.78 | 0.44 |
| Hex | 35 | C9 | 19 | 4A | 0 | 58 | 15 | 6E | 4E | 2C |
| Octal | 65 | 311 | 31 | 112 | 0 | 130 | 25 | 156 | 116 | 54 |
| Binary | 110101 | 11001001 | 11001 | 1001010 | 0 | 1011000 | 10101 | 1101110 | 1001110 | 101100 |
Color Harmonies of #35C919
Complementary color
Monochromatic Colors of #35C919
Black with #35C919
Text Example
Text Example
White with #35C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C919; }
p { color: rgb(53,201,25); }
H1.HeaderClassName
{
color: #35C919;
}
.AnyTagClassName
{
color: #35C919;
}
</style>
background-color css
<style>
a { background-color: #35C919; }
a { background-color: rgb(53,201,25); }
div.DivClassName
{
background-color: #35C919;
}
.BgClassName
{
background-color: #35C919;
}
</style>
border-color css
<style>
span { border-color: #35C919; }
span { border-color: rgb(53,201,25); }
td.TdClassName
{
border-color: #35C919;
}
.TagClassName
{
border-color: #35C919;
}
</style>