Shades of Lime Green #35DC36
Tints of Lime Green #35DC36
RGB
CMYK
RGB Variations
Color information
#35DC36 (or 0x35DC36) is known color: Lime Green. HEX triplet: 35, DC and 36. RGB value is (53,220,54). Sum of RGB (Red+Green+Blue) = 53+220+54=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #35DC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DC36 is #CA23C9. Grayscale: #979797. Windows color (decimal): -13247434 or 3595317. OLE color: 3595317.
HSL color Cylindrical-coordinate representation of color #35DC36: hue angle of 120.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DC36 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 220 | 54 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.14 |
| HSL | 120.36º | 0.7% | 0.54% | - |
| HSV(B) | 120.36º | 0.76% | 0.86% | - |
| XYZ | 27.73 | 52.21 | 12.11 | - |
| YUV | 151.14 | 73.17 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 220 | 54 | 0.76 | 0 | 0.75 | 0.14 | 120.36 | 0.7 | 0.54 |
| Hex | 35 | DC | 36 | 4C | 0 | 4B | E | 78 | 46 | 36 |
| Octal | 65 | 334 | 66 | 114 | 0 | 113 | 16 | 170 | 106 | 66 |
| Binary | 110101 | 11011100 | 110110 | 1001100 | 0 | 1001011 | 1110 | 1111000 | 1000110 | 110110 |
Color Harmonies of #35DC36
Complementary color
Monochromatic Colors of #35DC36
Black with #35DC36
Text Example
Text Example
White with #35DC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DC36; }
p { color: rgb(53,220,54); }
H1.HeaderClassName
{
color: #35DC36;
}
.AnyTagClassName
{
color: #35DC36;
}
</style>
background-color css
<style>
a { background-color: #35DC36; }
a { background-color: rgb(53,220,54); }
div.DivClassName
{
background-color: #35DC36;
}
.BgClassName
{
background-color: #35DC36;
}
</style>
border-color css
<style>
span { border-color: #35DC36; }
span { border-color: rgb(53,220,54); }
td.TdClassName
{
border-color: #35DC36;
}
.TagClassName
{
border-color: #35DC36;
}
</style>