Shades of Lime Green #28AD35
Tints of Lime Green #28AD35
RGB
CMYK
RGB Variations
Color information
#28AD35 (or 0x28AD35) is known color: Lime Green. HEX triplet: 28, AD and 35. RGB value is (40,173,53). Sum of RGB (Red+Green+Blue) = 40+173+53=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 173 (67.97% from 255 or 65.04% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AD35 is #D752CA. Grayscale: #777777. Windows color (decimal): -14111435 or 3517736. OLE color: 3517736.
HSL color Cylindrical-coordinate representation of color #28AD35: hue angle of 125.86º 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 #28AD35 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 173 | 53 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.32 |
| HSL | 125.86º | 0.62% | 0.42% | - |
| HSV(B) | 125.86º | 0.77% | 0.68% | - |
| XYZ | 16.46 | 30.6 | 8.41 | - |
| YUV | 119.55 | 90.44 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 53 | 0.77 | 0 | 0.69 | 0.32 | 125.86 | 0.62 | 0.42 |
| Hex | 28 | AD | 35 | 4D | 0 | 45 | 20 | 7E | 3E | 2A |
| Octal | 50 | 255 | 65 | 115 | 0 | 105 | 40 | 176 | 76 | 52 |
| Binary | 101000 | 10101101 | 110101 | 1001101 | 0 | 1000101 | 100000 | 1111110 | 111110 | 101010 |
Color Harmonies of #28AD35
Complementary color
Monochromatic Colors of #28AD35
Black with #28AD35
Text Example
Text Example
White with #28AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AD35; }
p { color: rgb(40,173,53); }
H1.HeaderClassName
{
color: #28AD35;
}
.AnyTagClassName
{
color: #28AD35;
}
</style>
background-color css
<style>
a { background-color: #28AD35; }
a { background-color: rgb(40,173,53); }
div.DivClassName
{
background-color: #28AD35;
}
.BgClassName
{
background-color: #28AD35;
}
</style>
border-color css
<style>
span { border-color: #28AD35; }
span { border-color: rgb(40,173,53); }
td.TdClassName
{
border-color: #28AD35;
}
.TagClassName
{
border-color: #28AD35;
}
</style>