Shades of Lime Green #35AD28
Tints of Lime Green #35AD28
RGB
CMYK
RGB Variations
Color information
#35AD28 (or 0x35AD28) is known color: Lime Green. HEX triplet: 35, AD and 28. RGB value is (53,173,40). Sum of RGB (Red+Green+Blue) = 53+173+40=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 173 (67.97% from 255 or 65.04% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AD28 is #CA52D7. Grayscale: #7A7A7A. Windows color (decimal): -13259480 or 2665781. OLE color: 2665781.
HSL color Cylindrical-coordinate representation of color #35AD28: hue angle of 114.14º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35AD28 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 173 | 40 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.32 |
| HSL | 114.14º | 0.62% | 0.42% | - |
| HSV(B) | 114.14º | 0.77% | 0.68% | - |
| XYZ | 16.79 | 30.8 | 7.07 | - |
| YUV | 121.96 | 81.74 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 40 | 0.69 | 0 | 0.77 | 0.32 | 114.14 | 0.62 | 0.42 |
| Hex | 35 | AD | 28 | 45 | 0 | 4D | 20 | 72 | 3E | 2A |
| Octal | 65 | 255 | 50 | 105 | 0 | 115 | 40 | 162 | 76 | 52 |
| Binary | 110101 | 10101101 | 101000 | 1000101 | 0 | 1001101 | 100000 | 1110010 | 111110 | 101010 |
Color Harmonies of #35AD28
Complementary color
Monochromatic Colors of #35AD28
Black with #35AD28
Text Example
Text Example
White with #35AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AD28; }
p { color: rgb(53,173,40); }
H1.HeaderClassName
{
color: #35AD28;
}
.AnyTagClassName
{
color: #35AD28;
}
</style>
background-color css
<style>
a { background-color: #35AD28; }
a { background-color: rgb(53,173,40); }
div.DivClassName
{
background-color: #35AD28;
}
.BgClassName
{
background-color: #35AD28;
}
</style>
border-color css
<style>
span { border-color: #35AD28; }
span { border-color: rgb(53,173,40); }
td.TdClassName
{
border-color: #35AD28;
}
.TagClassName
{
border-color: #35AD28;
}
</style>