Shades of Lime Green #35C14D
Tints of Lime Green #35C14D
RGB
CMYK
RGB Variations
Color information
#35C14D (or 0x35C14D) is known color: Lime Green. HEX triplet: 35, C1 and 4D. RGB value is (53,193,77). Sum of RGB (Red+Green+Blue) = 53+193+77=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #35C14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C14D is #CA3EB2. Grayscale: #8A8A8A. Windows color (decimal): -13254323 or 5095733. OLE color: 5095733.
HSL color Cylindrical-coordinate representation of color #35C14D: hue angle of 130.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C14D is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 77 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.24 |
| HSL | 130.29º | 0.57% | 0.48% | - |
| HSV(B) | 130.29º | 0.73% | 0.76% | - |
| XYZ | 21.88 | 39.43 | 13.48 | - |
| YUV | 137.92 | 93.62 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 77 | 0.73 | 0 | 0.60 | 0.24 | 130.29 | 0.57 | 0.48 |
| Hex | 35 | C1 | 4D | 49 | 0 | 3C | 18 | 82 | 39 | 30 |
| Octal | 65 | 301 | 115 | 111 | 0 | 74 | 30 | 202 | 71 | 60 |
| Binary | 110101 | 11000001 | 1001101 | 1001001 | 0 | 111100 | 11000 | 10000010 | 111001 | 110000 |
Color Harmonies of #35C14D
Complementary color
Monochromatic Colors of #35C14D
Black with #35C14D
Text Example
Text Example
White with #35C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C14D; }
p { color: rgb(53,193,77); }
H1.HeaderClassName
{
color: #35C14D;
}
.AnyTagClassName
{
color: #35C14D;
}
</style>
background-color css
<style>
a { background-color: #35C14D; }
a { background-color: rgb(53,193,77); }
div.DivClassName
{
background-color: #35C14D;
}
.BgClassName
{
background-color: #35C14D;
}
</style>
border-color css
<style>
span { border-color: #35C14D; }
span { border-color: rgb(53,193,77); }
td.TdClassName
{
border-color: #35C14D;
}
.TagClassName
{
border-color: #35C14D;
}
</style>