Shades of Lime Green #35BA3A
Tints of Lime Green #35BA3A
RGB
CMYK
RGB Variations
Color information
#35BA3A (or 0x35BA3A) is known color: Lime Green. HEX triplet: 35, BA and 3A. RGB value is (53,186,58). Sum of RGB (Red+Green+Blue) = 53+186+58=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA3A is #CA45C5. Grayscale: #848484. Windows color (decimal): -13256134 or 3848757. OLE color: 3848757.
HSL color Cylindrical-coordinate representation of color #35BA3A: hue angle of 122.26º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BA3A is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 58 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.27 |
| HSL | 122.26º | 0.56% | 0.47% | - |
| HSV(B) | 122.26º | 0.72% | 0.73% | - |
| XYZ | 19.79 | 36.18 | 9.94 | - |
| YUV | 131.64 | 86.44 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 58 | 0.72 | 0 | 0.69 | 0.27 | 122.26 | 0.56 | 0.47 |
| Hex | 35 | BA | 3A | 48 | 0 | 45 | 1B | 7A | 38 | 2F |
| Octal | 65 | 272 | 72 | 110 | 0 | 105 | 33 | 172 | 70 | 57 |
| Binary | 110101 | 10111010 | 111010 | 1001000 | 0 | 1000101 | 11011 | 1111010 | 111000 | 101111 |
Color Harmonies of #35BA3A
Complementary color
Monochromatic Colors of #35BA3A
Black with #35BA3A
Text Example
Text Example
White with #35BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA3A; }
p { color: rgb(53,186,58); }
H1.HeaderClassName
{
color: #35BA3A;
}
.AnyTagClassName
{
color: #35BA3A;
}
</style>
background-color css
<style>
a { background-color: #35BA3A; }
a { background-color: rgb(53,186,58); }
div.DivClassName
{
background-color: #35BA3A;
}
.BgClassName
{
background-color: #35BA3A;
}
</style>
border-color css
<style>
span { border-color: #35BA3A; }
span { border-color: rgb(53,186,58); }
td.TdClassName
{
border-color: #35BA3A;
}
.TagClassName
{
border-color: #35BA3A;
}
</style>