Shades of Lime Green #35A935
Tints of Lime Green #35A935
RGB
CMYK
RGB Variations
Color information
#35A935 (or 0x35A935) is known color: Lime Green. HEX triplet: 35, A9 and 35. RGB value is (53,169,53). Sum of RGB (Red+Green+Blue) = 53+169+53=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 169 (66.41% from 255 or 61.45% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 169 - color contains mainly: green. Hex color #35A935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A935 is #CA56CA. Grayscale: #797979. Windows color (decimal): -13260491 or 3516725. OLE color: 3516725.
HSL color Cylindrical-coordinate representation of color #35A935: hue angle of 120º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A935 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 169 | 53 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.34 |
| HSL | 120º | 0.52% | 0.44% | - |
| HSV(B) | 120º | 0.69% | 0.66% | - |
| XYZ | 16.3 | 29.39 | 8.18 | - |
| YUV | 121.09 | 89.57 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 169 | 53 | 0.69 | 0 | 0.69 | 0.34 | 120 | 0.52 | 0.44 |
| Hex | 35 | A9 | 35 | 45 | 0 | 45 | 22 | 78 | 34 | 2C |
| Octal | 65 | 251 | 65 | 105 | 0 | 105 | 42 | 170 | 64 | 54 |
| Binary | 110101 | 10101001 | 110101 | 1000101 | 0 | 1000101 | 100010 | 1111000 | 110100 | 101100 |
Color Harmonies of #35A935
Complementary color
Monochromatic Colors of #35A935
Black with #35A935
Text Example
Text Example
White with #35A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A935; }
p { color: rgb(53,169,53); }
H1.HeaderClassName
{
color: #35A935;
}
.AnyTagClassName
{
color: #35A935;
}
</style>
background-color css
<style>
a { background-color: #35A935; }
a { background-color: rgb(53,169,53); }
div.DivClassName
{
background-color: #35A935;
}
.BgClassName
{
background-color: #35A935;
}
</style>
border-color css
<style>
span { border-color: #35A935; }
span { border-color: rgb(53,169,53); }
td.TdClassName
{
border-color: #35A935;
}
.TagClassName
{
border-color: #35A935;
}
</style>