Shades of Lime Green #35BA32
Tints of Lime Green #35BA32
RGB
CMYK
RGB Variations
Color information
#35BA32 (or 0x35BA32) is known color: Lime Green. HEX triplet: 35, BA and 32. RGB value is (53,186,50). Sum of RGB (Red+Green+Blue) = 53+186+50=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA32 is #CA45CD. Grayscale: #838383. Windows color (decimal): -13256142 or 3324469. OLE color: 3324469.
HSL color Cylindrical-coordinate representation of color #35BA32: hue angle of 118.68º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35BA32 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 50 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.27 |
| HSL | 118.68º | 0.58% | 0.46% | - |
| HSV(B) | 118.68º | 0.73% | 0.73% | - |
| XYZ | 19.6 | 36.1 | 8.95 | - |
| YUV | 130.73 | 82.44 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 50 | 0.72 | 0 | 0.73 | 0.27 | 118.68 | 0.58 | 0.46 |
| Hex | 35 | BA | 32 | 48 | 0 | 49 | 1B | 77 | 3A | 2E |
| Octal | 65 | 272 | 62 | 110 | 0 | 111 | 33 | 167 | 72 | 56 |
| Binary | 110101 | 10111010 | 110010 | 1001000 | 0 | 1001001 | 11011 | 1110111 | 111010 | 101110 |
Color Harmonies of #35BA32
Complementary color
Monochromatic Colors of #35BA32
Black with #35BA32
Text Example
Text Example
White with #35BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA32; }
p { color: rgb(53,186,50); }
H1.HeaderClassName
{
color: #35BA32;
}
.AnyTagClassName
{
color: #35BA32;
}
</style>
background-color css
<style>
a { background-color: #35BA32; }
a { background-color: rgb(53,186,50); }
div.DivClassName
{
background-color: #35BA32;
}
.BgClassName
{
background-color: #35BA32;
}
</style>
border-color css
<style>
span { border-color: #35BA32; }
span { border-color: rgb(53,186,50); }
td.TdClassName
{
border-color: #35BA32;
}
.TagClassName
{
border-color: #35BA32;
}
</style>