Shades of Lime Green #28D148
Tints of Lime Green #28D148
RGB
CMYK
RGB Variations
Color information
#28D148 (or 0x28D148) is known color: Lime Green. HEX triplet: 28, D1 and 48. RGB value is (40,209,72). Sum of RGB (Red+Green+Blue) = 40+209+72=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 209 (82.03% from 255 or 65.11% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 209 - color contains mainly: green. Hex color #28D148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D148 is #D72EB7. Grayscale: #8F8F8F. Windows color (decimal): -14102200 or 4772136. OLE color: 4772136.
HSL color Cylindrical-coordinate representation of color #28D148: hue angle of 131.36º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D148 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 72 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.18 |
| HSL | 131.36º | 0.68% | 0.49% | - |
| HSV(B) | 131.36º | 0.81% | 0.82% | - |
| XYZ | 24.85 | 46.52 | 13.8 | - |
| YUV | 142.85 | 88.01 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 72 | 0.81 | 0 | 0.66 | 0.18 | 131.36 | 0.68 | 0.49 |
| Hex | 28 | D1 | 48 | 51 | 0 | 42 | 12 | 83 | 44 | 31 |
| Octal | 50 | 321 | 110 | 121 | 0 | 102 | 22 | 203 | 104 | 61 |
| Binary | 101000 | 11010001 | 1001000 | 1010001 | 0 | 1000010 | 10010 | 10000011 | 1000100 | 110001 |
Color Harmonies of #28D148
Complementary color
Monochromatic Colors of #28D148
Black with #28D148
Text Example
Text Example
White with #28D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D148; }
p { color: rgb(40,209,72); }
H1.HeaderClassName
{
color: #28D148;
}
.AnyTagClassName
{
color: #28D148;
}
</style>
background-color css
<style>
a { background-color: #28D148; }
a { background-color: rgb(40,209,72); }
div.DivClassName
{
background-color: #28D148;
}
.BgClassName
{
background-color: #28D148;
}
</style>
border-color css
<style>
span { border-color: #28D148; }
span { border-color: rgb(40,209,72); }
td.TdClassName
{
border-color: #28D148;
}
.TagClassName
{
border-color: #28D148;
}
</style>