Shades of Lime Green #35BA25
Tints of Lime Green #35BA25
RGB
CMYK
RGB Variations
Color information
#35BA25 (or 0x35BA25) is known color: Lime Green. HEX triplet: 35, BA and 25. RGB value is (53,186,37). Sum of RGB (Red+Green+Blue) = 53+186+37=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA25 is #CA45DA. Grayscale: #818181. Windows color (decimal): -13256155 or 2472501. OLE color: 2472501.
HSL color Cylindrical-coordinate representation of color #35BA25: hue angle of 113.56º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35BA25 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 37 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.27 |
| HSL | 113.56º | 0.67% | 0.44% | - |
| HSV(B) | 113.56º | 0.8% | 0.73% | - |
| XYZ | 19.36 | 36.01 | 7.68 | - |
| YUV | 129.25 | 75.94 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 37 | 0.72 | 0 | 0.80 | 0.27 | 113.56 | 0.67 | 0.44 |
| Hex | 35 | BA | 25 | 48 | 0 | 50 | 1B | 72 | 43 | 2C |
| Octal | 65 | 272 | 45 | 110 | 0 | 120 | 33 | 162 | 103 | 54 |
| Binary | 110101 | 10111010 | 100101 | 1001000 | 0 | 1010000 | 11011 | 1110010 | 1000011 | 101100 |
Color Harmonies of #35BA25
Complementary color
Monochromatic Colors of #35BA25
Black with #35BA25
Text Example
Text Example
White with #35BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA25; }
p { color: rgb(53,186,37); }
H1.HeaderClassName
{
color: #35BA25;
}
.AnyTagClassName
{
color: #35BA25;
}
</style>
background-color css
<style>
a { background-color: #35BA25; }
a { background-color: rgb(53,186,37); }
div.DivClassName
{
background-color: #35BA25;
}
.BgClassName
{
background-color: #35BA25;
}
</style>
border-color css
<style>
span { border-color: #35BA25; }
span { border-color: rgb(53,186,37); }
td.TdClassName
{
border-color: #35BA25;
}
.TagClassName
{
border-color: #35BA25;
}
</style>