Shades of Lime Green #28B02D
Tints of Lime Green #28B02D
RGB
CMYK
RGB Variations
Color information
#28B02D (or 0x28B02D) is known color: Lime Green. HEX triplet: 28, B0 and 2D. RGB value is (40,176,45). Sum of RGB (Red+Green+Blue) = 40+176+45=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 176 (69.14% from 255 or 67.43% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 176 - color contains mainly: green. Hex color #28B02D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B02D is #D74FD2. Grayscale: #787878. Windows color (decimal): -14110675 or 2994216. OLE color: 2994216.
HSL color Cylindrical-coordinate representation of color #28B02D: hue angle of 122.21º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B02D is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 45 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.31 |
| HSL | 122.21º | 0.63% | 0.42% | - |
| HSV(B) | 122.21º | 0.77% | 0.69% | - |
| XYZ | 16.87 | 31.69 | 7.71 | - |
| YUV | 120.4 | 85.44 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 45 | 0.77 | 0 | 0.74 | 0.31 | 122.21 | 0.63 | 0.42 |
| Hex | 28 | B0 | 2D | 4D | 0 | 4A | 1F | 7A | 3F | 2A |
| Octal | 50 | 260 | 55 | 115 | 0 | 112 | 37 | 172 | 77 | 52 |
| Binary | 101000 | 10110000 | 101101 | 1001101 | 0 | 1001010 | 11111 | 1111010 | 111111 | 101010 |
Color Harmonies of #28B02D
Complementary color
Monochromatic Colors of #28B02D
Black with #28B02D
Text Example
Text Example
White with #28B02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B02D; }
p { color: rgb(40,176,45); }
H1.HeaderClassName
{
color: #28B02D;
}
.AnyTagClassName
{
color: #28B02D;
}
</style>
background-color css
<style>
a { background-color: #28B02D; }
a { background-color: rgb(40,176,45); }
div.DivClassName
{
background-color: #28B02D;
}
.BgClassName
{
background-color: #28B02D;
}
</style>
border-color css
<style>
span { border-color: #28B02D; }
span { border-color: rgb(40,176,45); }
td.TdClassName
{
border-color: #28B02D;
}
.TagClassName
{
border-color: #28B02D;
}
</style>