Shades of Lime Green #35C044
Tints of Lime Green #35C044
RGB
CMYK
RGB Variations
Color information
#35C044 (or 0x35C044) is known color: Lime Green. HEX triplet: 35, C0 and 44. RGB value is (53,192,68). Sum of RGB (Red+Green+Blue) = 53+192+68=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #35C044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C044 is #CA3FBB. Grayscale: #888888. Windows color (decimal): -13254588 or 4505653. OLE color: 4505653.
HSL color Cylindrical-coordinate representation of color #35C044: hue angle of 126.47º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C044 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 68 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.25 |
| HSL | 126.47º | 0.57% | 0.48% | - |
| HSV(B) | 126.47º | 0.72% | 0.75% | - |
| XYZ | 21.36 | 38.87 | 11.85 | - |
| YUV | 136.3 | 89.45 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 68 | 0.72 | 0 | 0.65 | 0.25 | 126.47 | 0.57 | 0.48 |
| Hex | 35 | C0 | 44 | 48 | 0 | 41 | 19 | 7E | 39 | 30 |
| Octal | 65 | 300 | 104 | 110 | 0 | 101 | 31 | 176 | 71 | 60 |
| Binary | 110101 | 11000000 | 1000100 | 1001000 | 0 | 1000001 | 11001 | 1111110 | 111001 | 110000 |
Color Harmonies of #35C044
Complementary color
Monochromatic Colors of #35C044
Black with #35C044
Text Example
Text Example
White with #35C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C044; }
p { color: rgb(53,192,68); }
H1.HeaderClassName
{
color: #35C044;
}
.AnyTagClassName
{
color: #35C044;
}
</style>
background-color css
<style>
a { background-color: #35C044; }
a { background-color: rgb(53,192,68); }
div.DivClassName
{
background-color: #35C044;
}
.BgClassName
{
background-color: #35C044;
}
</style>
border-color css
<style>
span { border-color: #35C044; }
span { border-color: rgb(53,192,68); }
td.TdClassName
{
border-color: #35C044;
}
.TagClassName
{
border-color: #35C044;
}
</style>