Shades of Lime Green #28AD3C
Tints of Lime Green #28AD3C
RGB
CMYK
RGB Variations
Color information
#28AD3C (or 0x28AD3C) is known color: Lime Green. HEX triplet: 28, AD and 3C. RGB value is (40,173,60). Sum of RGB (Red+Green+Blue) = 40+173+60=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AD3C is #D752C3. Grayscale: #787878. Windows color (decimal): -14111428 or 3976488. OLE color: 3976488.
HSL color Cylindrical-coordinate representation of color #28AD3C: hue angle of 129.02º 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 #28AD3C is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 173 | 60 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.32 |
| HSL | 129.02º | 0.62% | 0.42% | - |
| HSV(B) | 129.02º | 0.77% | 0.68% | - |
| XYZ | 16.63 | 30.66 | 9.32 | - |
| YUV | 120.35 | 93.94 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 60 | 0.77 | 0 | 0.65 | 0.32 | 129.02 | 0.62 | 0.42 |
| Hex | 28 | AD | 3C | 4D | 0 | 41 | 20 | 81 | 3E | 2A |
| Octal | 50 | 255 | 74 | 115 | 0 | 101 | 40 | 201 | 76 | 52 |
| Binary | 101000 | 10101101 | 111100 | 1001101 | 0 | 1000001 | 100000 | 10000001 | 111110 | 101010 |
Color Harmonies of #28AD3C
Complementary color
Monochromatic Colors of #28AD3C
Black with #28AD3C
Text Example
Text Example
White with #28AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AD3C; }
p { color: rgb(40,173,60); }
H1.HeaderClassName
{
color: #28AD3C;
}
.AnyTagClassName
{
color: #28AD3C;
}
</style>
background-color css
<style>
a { background-color: #28AD3C; }
a { background-color: rgb(40,173,60); }
div.DivClassName
{
background-color: #28AD3C;
}
.BgClassName
{
background-color: #28AD3C;
}
</style>
border-color css
<style>
span { border-color: #28AD3C; }
span { border-color: rgb(40,173,60); }
td.TdClassName
{
border-color: #28AD3C;
}
.TagClassName
{
border-color: #28AD3C;
}
</style>