Shades of Lime Green #28AE3C
Tints of Lime Green #28AE3C
RGB
CMYK
RGB Variations
Color information
#28AE3C (or 0x28AE3C) is known color: Lime Green. HEX triplet: 28, AE and 3C. RGB value is (40,174,60). Sum of RGB (Red+Green+Blue) = 40+174+60=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 174 (68.36% from 255 or 63.50% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AE3C is #D751C3. Grayscale: #797979. Windows color (decimal): -14111172 or 3976744. OLE color: 3976744.
HSL color Cylindrical-coordinate representation of color #28AE3C: hue angle of 128.96º degrees, saturation: 0.63, 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 #28AE3C is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 174 | 60 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.32 |
| HSL | 128.96º | 0.63% | 0.42% | - |
| HSV(B) | 128.96º | 0.77% | 0.68% | - |
| XYZ | 16.83 | 31.05 | 9.38 | - |
| YUV | 120.94 | 93.61 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 60 | 0.77 | 0 | 0.66 | 0.32 | 128.96 | 0.63 | 0.42 |
| Hex | 28 | AE | 3C | 4D | 0 | 42 | 20 | 81 | 3F | 2A |
| Octal | 50 | 256 | 74 | 115 | 0 | 102 | 40 | 201 | 77 | 52 |
| Binary | 101000 | 10101110 | 111100 | 1001101 | 0 | 1000010 | 100000 | 10000001 | 111111 | 101010 |
Color Harmonies of #28AE3C
Complementary color
Monochromatic Colors of #28AE3C
Black with #28AE3C
Text Example
Text Example
White with #28AE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AE3C; }
p { color: rgb(40,174,60); }
H1.HeaderClassName
{
color: #28AE3C;
}
.AnyTagClassName
{
color: #28AE3C;
}
</style>
background-color css
<style>
a { background-color: #28AE3C; }
a { background-color: rgb(40,174,60); }
div.DivClassName
{
background-color: #28AE3C;
}
.BgClassName
{
background-color: #28AE3C;
}
</style>
border-color css
<style>
span { border-color: #28AE3C; }
span { border-color: rgb(40,174,60); }
td.TdClassName
{
border-color: #28AE3C;
}
.TagClassName
{
border-color: #28AE3C;
}
</style>