Shades of Lime Green #35BA45
Tints of Lime Green #35BA45
RGB
CMYK
RGB Variations
Color information
#35BA45 (or 0x35BA45) is known color: Lime Green. HEX triplet: 35, BA and 45. RGB value is (53,186,69). Sum of RGB (Red+Green+Blue) = 53+186+69=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA45 is #CA45BA. Grayscale: #858585. Windows color (decimal): -13256123 or 4569653. OLE color: 4569653.
HSL color Cylindrical-coordinate representation of color #35BA45: hue angle of 127.22º 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 #35BA45 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 69 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.27 |
| HSL | 127.22º | 0.56% | 0.47% | - |
| HSV(B) | 127.22º | 0.72% | 0.73% | - |
| XYZ | 20.1 | 36.3 | 11.58 | - |
| YUV | 132.9 | 91.94 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 69 | 0.72 | 0 | 0.63 | 0.27 | 127.22 | 0.56 | 0.47 |
| Hex | 35 | BA | 45 | 48 | 0 | 3F | 1B | 7F | 38 | 2F |
| Octal | 65 | 272 | 105 | 110 | 0 | 77 | 33 | 177 | 70 | 57 |
| Binary | 110101 | 10111010 | 1000101 | 1001000 | 0 | 111111 | 11011 | 1111111 | 111000 | 101111 |
Color Harmonies of #35BA45
Complementary color
Monochromatic Colors of #35BA45
Black with #35BA45
Text Example
Text Example
White with #35BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA45; }
p { color: rgb(53,186,69); }
H1.HeaderClassName
{
color: #35BA45;
}
.AnyTagClassName
{
color: #35BA45;
}
</style>
background-color css
<style>
a { background-color: #35BA45; }
a { background-color: rgb(53,186,69); }
div.DivClassName
{
background-color: #35BA45;
}
.BgClassName
{
background-color: #35BA45;
}
</style>
border-color css
<style>
span { border-color: #35BA45; }
span { border-color: rgb(53,186,69); }
td.TdClassName
{
border-color: #35BA45;
}
.TagClassName
{
border-color: #35BA45;
}
</style>