Shades of Lime Green #35BB4A
Tints of Lime Green #35BB4A
RGB
CMYK
RGB Variations
Color information
#35BB4A (or 0x35BB4A) is known color: Lime Green. HEX triplet: 35, BB and 4A. RGB value is (53,187,74). Sum of RGB (Red+Green+Blue) = 53+187+74=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 187 (73.44% from 255 or 59.55% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BB4A is #CA44B5. Grayscale: #868686. Windows color (decimal): -13255862 or 4897589. OLE color: 4897589.
HSL color Cylindrical-coordinate representation of color #35BB4A: hue angle of 129.4º 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 #35BB4A is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 187 | 74 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.27 |
| HSL | 129.4º | 0.56% | 0.47% | - |
| HSV(B) | 129.4º | 0.72% | 0.73% | - |
| XYZ | 20.47 | 36.79 | 12.5 | - |
| YUV | 134.05 | 94.11 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 187 | 74 | 0.72 | 0 | 0.60 | 0.27 | 129.4 | 0.56 | 0.47 |
| Hex | 35 | BB | 4A | 48 | 0 | 3C | 1B | 81 | 38 | 2F |
| Octal | 65 | 273 | 112 | 110 | 0 | 74 | 33 | 201 | 70 | 57 |
| Binary | 110101 | 10111011 | 1001010 | 1001000 | 0 | 111100 | 11011 | 10000001 | 111000 | 101111 |
Color Harmonies of #35BB4A
Complementary color
Monochromatic Colors of #35BB4A
Black with #35BB4A
Text Example
Text Example
White with #35BB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BB4A; }
p { color: rgb(53,187,74); }
H1.HeaderClassName
{
color: #35BB4A;
}
.AnyTagClassName
{
color: #35BB4A;
}
</style>
background-color css
<style>
a { background-color: #35BB4A; }
a { background-color: rgb(53,187,74); }
div.DivClassName
{
background-color: #35BB4A;
}
.BgClassName
{
background-color: #35BB4A;
}
</style>
border-color css
<style>
span { border-color: #35BB4A; }
span { border-color: rgb(53,187,74); }
td.TdClassName
{
border-color: #35BB4A;
}
.TagClassName
{
border-color: #35BB4A;
}
</style>