Shades of Lime Green #35BA39
Tints of Lime Green #35BA39
RGB
CMYK
RGB Variations
Color information
#35BA39 (or 0x35BA39) is known color: Lime Green. HEX triplet: 35, BA and 39. RGB value is (53,186,57). Sum of RGB (Red+Green+Blue) = 53+186+57=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA39 is #CA45C6. Grayscale: #838383. Windows color (decimal): -13256135 or 3783221. OLE color: 3783221.
HSL color Cylindrical-coordinate representation of color #35BA39: hue angle of 121.8º 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 #35BA39 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 57 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.27 |
| HSL | 121.8º | 0.56% | 0.47% | - |
| HSV(B) | 121.8º | 0.72% | 0.73% | - |
| XYZ | 19.77 | 36.17 | 9.81 | - |
| YUV | 131.53 | 85.94 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 57 | 0.72 | 0 | 0.69 | 0.27 | 121.8 | 0.56 | 0.47 |
| Hex | 35 | BA | 39 | 48 | 0 | 45 | 1B | 7A | 38 | 2F |
| Octal | 65 | 272 | 71 | 110 | 0 | 105 | 33 | 172 | 70 | 57 |
| Binary | 110101 | 10111010 | 111001 | 1001000 | 0 | 1000101 | 11011 | 1111010 | 111000 | 101111 |
Color Harmonies of #35BA39
Complementary color
Monochromatic Colors of #35BA39
Black with #35BA39
Text Example
Text Example
White with #35BA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA39; }
p { color: rgb(53,186,57); }
H1.HeaderClassName
{
color: #35BA39;
}
.AnyTagClassName
{
color: #35BA39;
}
</style>
background-color css
<style>
a { background-color: #35BA39; }
a { background-color: rgb(53,186,57); }
div.DivClassName
{
background-color: #35BA39;
}
.BgClassName
{
background-color: #35BA39;
}
</style>
border-color css
<style>
span { border-color: #35BA39; }
span { border-color: rgb(53,186,57); }
td.TdClassName
{
border-color: #35BA39;
}
.TagClassName
{
border-color: #35BA39;
}
</style>