Shades of Lime Green #28D138
Tints of Lime Green #28D138
RGB
CMYK
RGB Variations
Color information
#28D138 (or 0x28D138) is known color: Lime Green. HEX triplet: 28, D1 and 38. RGB value is (40,209,56). Sum of RGB (Red+Green+Blue) = 40+209+56=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 209 (82.03% from 255 or 68.52% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 209 - color contains mainly: green. Hex color #28D138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D138 is #D72EC7. Grayscale: #8D8D8D. Windows color (decimal): -14102216 or 3723560. OLE color: 3723560.
HSL color Cylindrical-coordinate representation of color #28D138: hue angle of 125.68º 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 #28D138 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 56 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.18 |
| HSL | 125.68º | 0.68% | 0.49% | - |
| HSV(B) | 125.68º | 0.81% | 0.82% | - |
| XYZ | 24.39 | 46.34 | 11.4 | - |
| YUV | 141.03 | 80.01 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 56 | 0.81 | 0 | 0.73 | 0.18 | 125.68 | 0.68 | 0.49 |
| Hex | 28 | D1 | 38 | 51 | 0 | 49 | 12 | 7E | 44 | 31 |
| Octal | 50 | 321 | 70 | 121 | 0 | 111 | 22 | 176 | 104 | 61 |
| Binary | 101000 | 11010001 | 111000 | 1010001 | 0 | 1001001 | 10010 | 1111110 | 1000100 | 110001 |
Color Harmonies of #28D138
Complementary color
Monochromatic Colors of #28D138
Black with #28D138
Text Example
Text Example
White with #28D138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D138; }
p { color: rgb(40,209,56); }
H1.HeaderClassName
{
color: #28D138;
}
.AnyTagClassName
{
color: #28D138;
}
</style>
background-color css
<style>
a { background-color: #28D138; }
a { background-color: rgb(40,209,56); }
div.DivClassName
{
background-color: #28D138;
}
.BgClassName
{
background-color: #28D138;
}
</style>
border-color css
<style>
span { border-color: #28D138; }
span { border-color: rgb(40,209,56); }
td.TdClassName
{
border-color: #28D138;
}
.TagClassName
{
border-color: #28D138;
}
</style>