Shades of Lime Green #35B636
Tints of Lime Green #35B636
RGB
CMYK
RGB Variations
Color information
#35B636 (or 0x35B636) is known color: Lime Green. HEX triplet: 35, B6 and 36. RGB value is (53,182,54). Sum of RGB (Red+Green+Blue) = 53+182+54=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 182 (71.48% from 255 or 62.98% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 182 - color contains mainly: green. Hex color #35B636 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B636 is #CA49C9. Grayscale: #818181. Windows color (decimal): -13257162 or 3585589. OLE color: 3585589.
HSL color Cylindrical-coordinate representation of color #35B636: hue angle of 120.47º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B636 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 182 | 54 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.29 |
| HSL | 120.47º | 0.55% | 0.46% | - |
| HSV(B) | 120.47º | 0.71% | 0.71% | - |
| XYZ | 18.86 | 34.48 | 9.15 | - |
| YUV | 128.84 | 85.76 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 182 | 54 | 0.71 | 0 | 0.70 | 0.29 | 120.47 | 0.55 | 0.46 |
| Hex | 35 | B6 | 36 | 47 | 0 | 46 | 1D | 78 | 37 | 2E |
| Octal | 65 | 266 | 66 | 107 | 0 | 106 | 35 | 170 | 67 | 56 |
| Binary | 110101 | 10110110 | 110110 | 1000111 | 0 | 1000110 | 11101 | 1111000 | 110111 | 101110 |
Color Harmonies of #35B636
Complementary color
Monochromatic Colors of #35B636
Black with #35B636
Text Example
Text Example
White with #35B636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B636; }
p { color: rgb(53,182,54); }
H1.HeaderClassName
{
color: #35B636;
}
.AnyTagClassName
{
color: #35B636;
}
</style>
background-color css
<style>
a { background-color: #35B636; }
a { background-color: rgb(53,182,54); }
div.DivClassName
{
background-color: #35B636;
}
.BgClassName
{
background-color: #35B636;
}
</style>
border-color css
<style>
span { border-color: #35B636; }
span { border-color: rgb(53,182,54); }
td.TdClassName
{
border-color: #35B636;
}
.TagClassName
{
border-color: #35B636;
}
</style>