Shades of Lime Green #28B12F
Tints of Lime Green #28B12F
RGB
CMYK
RGB Variations
Color information
#28B12F (or 0x28B12F) is known color: Lime Green. HEX triplet: 28, B1 and 2F. RGB value is (40,177,47). Sum of RGB (Red+Green+Blue) = 40+177+47=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 177 (69.53% from 255 or 67.05% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 177 - color contains mainly: green. Hex color #28B12F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B12F is #D74ED0. Grayscale: #797979. Windows color (decimal): -14110417 or 3125544. OLE color: 3125544.
HSL color Cylindrical-coordinate representation of color #28B12F: hue angle of 123.07º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B12F is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 47 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.31 |
| HSL | 123.07º | 0.63% | 0.43% | - |
| HSV(B) | 123.07º | 0.77% | 0.69% | - |
| XYZ | 17.11 | 32.1 | 7.98 | - |
| YUV | 121.22 | 86.11 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 47 | 0.77 | 0 | 0.73 | 0.31 | 123.07 | 0.63 | 0.43 |
| Hex | 28 | B1 | 2F | 4D | 0 | 49 | 1F | 7B | 3F | 2B |
| Octal | 50 | 261 | 57 | 115 | 0 | 111 | 37 | 173 | 77 | 53 |
| Binary | 101000 | 10110001 | 101111 | 1001101 | 0 | 1001001 | 11111 | 1111011 | 111111 | 101011 |
Color Harmonies of #28B12F
Complementary color
Monochromatic Colors of #28B12F
Black with #28B12F
Text Example
Text Example
White with #28B12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B12F; }
p { color: rgb(40,177,47); }
H1.HeaderClassName
{
color: #28B12F;
}
.AnyTagClassName
{
color: #28B12F;
}
</style>
background-color css
<style>
a { background-color: #28B12F; }
a { background-color: rgb(40,177,47); }
div.DivClassName
{
background-color: #28B12F;
}
.BgClassName
{
background-color: #28B12F;
}
</style>
border-color css
<style>
span { border-color: #28B12F; }
span { border-color: rgb(40,177,47); }
td.TdClassName
{
border-color: #28B12F;
}
.TagClassName
{
border-color: #28B12F;
}
</style>