Shades of Lime Green #28A93B
Tints of Lime Green #28A93B
RGB
CMYK
RGB Variations
Color information
#28A93B (or 0x28A93B) is known color: Lime Green. HEX triplet: 28, A9 and 3B. RGB value is (40,169,59). Sum of RGB (Red+Green+Blue) = 40+169+59=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 169 (66.41% from 255 or 63.06% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 169 - color contains mainly: green. Hex color #28A93B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A93B is #D756C4. Grayscale: #767676. Windows color (decimal): -14112453 or 3909928. OLE color: 3909928.
HSL color Cylindrical-coordinate representation of color #28A93B: hue angle of 128.84º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A93B is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 169 | 59 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.34 |
| HSL | 128.84º | 0.62% | 0.41% | - |
| HSV(B) | 128.84º | 0.76% | 0.66% | - |
| XYZ | 15.85 | 29.14 | 8.93 | - |
| YUV | 117.89 | 94.76 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 59 | 0.76 | 0 | 0.65 | 0.34 | 128.84 | 0.62 | 0.41 |
| Hex | 28 | A9 | 3B | 4C | 0 | 41 | 22 | 81 | 3E | 29 |
| Octal | 50 | 251 | 73 | 114 | 0 | 101 | 42 | 201 | 76 | 51 |
| Binary | 101000 | 10101001 | 111011 | 1001100 | 0 | 1000001 | 100010 | 10000001 | 111110 | 101001 |
Color Harmonies of #28A93B
Complementary color
Monochromatic Colors of #28A93B
Black with #28A93B
Text Example
Text Example
White with #28A93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A93B; }
p { color: rgb(40,169,59); }
H1.HeaderClassName
{
color: #28A93B;
}
.AnyTagClassName
{
color: #28A93B;
}
</style>
background-color css
<style>
a { background-color: #28A93B; }
a { background-color: rgb(40,169,59); }
div.DivClassName
{
background-color: #28A93B;
}
.BgClassName
{
background-color: #28A93B;
}
</style>
border-color css
<style>
span { border-color: #28A93B; }
span { border-color: rgb(40,169,59); }
td.TdClassName
{
border-color: #28A93B;
}
.TagClassName
{
border-color: #28A93B;
}
</style>