Shades of Lime Green #35C441
Tints of Lime Green #35C441
RGB
CMYK
RGB Variations
Color information
#35C441 (or 0x35C441) is known color: Lime Green. HEX triplet: 35, C4 and 41. RGB value is (53,196,65). Sum of RGB (Red+Green+Blue) = 53+196+65=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #35C441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C441 is #CA3BBE. Grayscale: #8A8A8A. Windows color (decimal): -13253567 or 4310069. OLE color: 4310069.
HSL color Cylindrical-coordinate representation of color #35C441: hue angle of 125.03º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C441 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 196 | 65 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.23 |
| HSL | 125.04º | 0.57% | 0.49% | - |
| HSV(B) | 125.04º | 0.73% | 0.77% | - |
| XYZ | 22.16 | 40.62 | 11.67 | - |
| YUV | 138.31 | 86.62 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 196 | 65 | 0.73 | 0 | 0.67 | 0.23 | 125.04 | 0.57 | 0.49 |
| Hex | 35 | C4 | 41 | 49 | 0 | 43 | 17 | 7D | 39 | 31 |
| Octal | 65 | 304 | 101 | 111 | 0 | 103 | 27 | 175 | 71 | 61 |
| Binary | 110101 | 11000100 | 1000001 | 1001001 | 0 | 1000011 | 10111 | 1111101 | 111001 | 110001 |
Color Harmonies of #35C441
Complementary color
Monochromatic Colors of #35C441
Black with #35C441
Text Example
Text Example
White with #35C441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C441; }
p { color: rgb(53,196,65); }
H1.HeaderClassName
{
color: #35C441;
}
.AnyTagClassName
{
color: #35C441;
}
</style>
background-color css
<style>
a { background-color: #35C441; }
a { background-color: rgb(53,196,65); }
div.DivClassName
{
background-color: #35C441;
}
.BgClassName
{
background-color: #35C441;
}
</style>
border-color css
<style>
span { border-color: #35C441; }
span { border-color: rgb(53,196,65); }
td.TdClassName
{
border-color: #35C441;
}
.TagClassName
{
border-color: #35C441;
}
</style>