Shades of Lime Green #28B13F
Tints of Lime Green #28B13F
RGB
CMYK
RGB Variations
Color information
#28B13F (or 0x28B13F) is known color: Lime Green. HEX triplet: 28, B1 and 3F. RGB value is (40,177,63). Sum of RGB (Red+Green+Blue) = 40+177+63=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 177 (69.53% from 255 or 63.21% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 177 - color contains mainly: green. Hex color #28B13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B13F is #D74EC0. Grayscale: #7B7B7B. Windows color (decimal): -14110401 or 4174120. OLE color: 4174120.
HSL color Cylindrical-coordinate representation of color #28B13F: hue angle of 130.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 #28B13F is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 63 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.31 |
| HSL | 130.07º | 0.63% | 0.43% | - |
| HSV(B) | 130.07º | 0.77% | 0.69% | - |
| XYZ | 17.49 | 32.25 | 10.01 | - |
| YUV | 123.04 | 94.11 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 63 | 0.77 | 0 | 0.64 | 0.31 | 130.07 | 0.63 | 0.43 |
| Hex | 28 | B1 | 3F | 4D | 0 | 40 | 1F | 82 | 3F | 2B |
| Octal | 50 | 261 | 77 | 115 | 0 | 100 | 37 | 202 | 77 | 53 |
| Binary | 101000 | 10110001 | 111111 | 1001101 | 0 | 1000000 | 11111 | 10000010 | 111111 | 101011 |
Color Harmonies of #28B13F
Complementary color
Monochromatic Colors of #28B13F
Black with #28B13F
Text Example
Text Example
White with #28B13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B13F; }
p { color: rgb(40,177,63); }
H1.HeaderClassName
{
color: #28B13F;
}
.AnyTagClassName
{
color: #28B13F;
}
</style>
background-color css
<style>
a { background-color: #28B13F; }
a { background-color: rgb(40,177,63); }
div.DivClassName
{
background-color: #28B13F;
}
.BgClassName
{
background-color: #28B13F;
}
</style>
border-color css
<style>
span { border-color: #28B13F; }
span { border-color: rgb(40,177,63); }
td.TdClassName
{
border-color: #28B13F;
}
.TagClassName
{
border-color: #28B13F;
}
</style>