Shades of Lime Green #35B944
Tints of Lime Green #35B944
RGB
CMYK
RGB Variations
Color information
#35B944 (or 0x35B944) is known color: Lime Green. HEX triplet: 35, B9 and 44. RGB value is (53,185,68). Sum of RGB (Red+Green+Blue) = 53+185+68=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 185 (72.66% from 255 or 60.46% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 185 - color contains mainly: green. Hex color #35B944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B944 is #CA46BB. Grayscale: #848484. Windows color (decimal): -13256380 or 4503861. OLE color: 4503861.
HSL color Cylindrical-coordinate representation of color #35B944: hue angle of 126.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B944 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 185 | 68 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.27 |
| HSL | 126.82º | 0.55% | 0.47% | - |
| HSV(B) | 126.82º | 0.71% | 0.73% | - |
| XYZ | 19.86 | 35.87 | 11.35 | - |
| YUV | 132.19 | 91.77 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 68 | 0.71 | 0 | 0.63 | 0.27 | 126.82 | 0.55 | 0.47 |
| Hex | 35 | B9 | 44 | 47 | 0 | 3F | 1B | 7F | 37 | 2F |
| Octal | 65 | 271 | 104 | 107 | 0 | 77 | 33 | 177 | 67 | 57 |
| Binary | 110101 | 10111001 | 1000100 | 1000111 | 0 | 111111 | 11011 | 1111111 | 110111 | 101111 |
Color Harmonies of #35B944
Complementary color
Monochromatic Colors of #35B944
Black with #35B944
Text Example
Text Example
White with #35B944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B944; }
p { color: rgb(53,185,68); }
H1.HeaderClassName
{
color: #35B944;
}
.AnyTagClassName
{
color: #35B944;
}
</style>
background-color css
<style>
a { background-color: #35B944; }
a { background-color: rgb(53,185,68); }
div.DivClassName
{
background-color: #35B944;
}
.BgClassName
{
background-color: #35B944;
}
</style>
border-color css
<style>
span { border-color: #35B944; }
span { border-color: rgb(53,185,68); }
td.TdClassName
{
border-color: #35B944;
}
.TagClassName
{
border-color: #35B944;
}
</style>