Shades of Lime Green #35B32D
Tints of Lime Green #35B32D
RGB
CMYK
RGB Variations
Color information
#35B32D (or 0x35B32D) is known color: Lime Green. HEX triplet: 35, B3 and 2D. RGB value is (53,179,45). Sum of RGB (Red+Green+Blue) = 53+179+45=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 179 (70.31% from 255 or 64.62% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 179 - color contains mainly: green. Hex color #35B32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B32D is #CA4CD2. Grayscale: #7E7E7E. Windows color (decimal): -13257939 or 2994997. OLE color: 2994997.
HSL color Cylindrical-coordinate representation of color #35B32D: hue angle of 116.42º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35B32D is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 179 | 45 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.30 |
| HSL | 116.42º | 0.6% | 0.44% | - |
| HSV(B) | 116.42º | 0.75% | 0.7% | - |
| XYZ | 18.06 | 33.19 | 7.94 | - |
| YUV | 126.05 | 82.26 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 179 | 45 | 0.70 | 0 | 0.75 | 0.30 | 116.42 | 0.6 | 0.44 |
| Hex | 35 | B3 | 2D | 46 | 0 | 4B | 1E | 74 | 3C | 2C |
| Octal | 65 | 263 | 55 | 106 | 0 | 113 | 36 | 164 | 74 | 54 |
| Binary | 110101 | 10110011 | 101101 | 1000110 | 0 | 1001011 | 11110 | 1110100 | 111100 | 101100 |
Color Harmonies of #35B32D
Complementary color
Monochromatic Colors of #35B32D
Black with #35B32D
Text Example
Text Example
White with #35B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B32D; }
p { color: rgb(53,179,45); }
H1.HeaderClassName
{
color: #35B32D;
}
.AnyTagClassName
{
color: #35B32D;
}
</style>
background-color css
<style>
a { background-color: #35B32D; }
a { background-color: rgb(53,179,45); }
div.DivClassName
{
background-color: #35B32D;
}
.BgClassName
{
background-color: #35B32D;
}
</style>
border-color css
<style>
span { border-color: #35B32D; }
span { border-color: rgb(53,179,45); }
td.TdClassName
{
border-color: #35B32D;
}
.TagClassName
{
border-color: #35B32D;
}
</style>