Shades of Lime Green #28F138
Tints of Lime Green #28F138
RGB
CMYK
RGB Variations
Color information
#28F138 (or 0x28F138) is known color: Lime Green. HEX triplet: 28, F1 and 38. RGB value is (40,241,56). Sum of RGB (Red+Green+Blue) = 40+241+56=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #28F138 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F138 is #D70EC7. Grayscale: #A0A0A0. Windows color (decimal): -14094024 or 3731752. OLE color: 3731752.
HSL color Cylindrical-coordinate representation of color #28F138: hue angle of 124.78º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F138 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 56 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.05 |
| HSL | 124.78º | 0.88% | 0.55% | - |
| HSV(B) | 124.78º | 0.83% | 0.95% | - |
| XYZ | 33.04 | 63.65 | 14.28 | - |
| YUV | 159.81 | 69.41 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 56 | 0.83 | 0 | 0.77 | 0.05 | 124.78 | 0.88 | 0.55 |
| Hex | 28 | F1 | 38 | 53 | 0 | 4D | 5 | 7D | 58 | 37 |
| Octal | 50 | 361 | 70 | 123 | 0 | 115 | 5 | 175 | 130 | 67 |
| Binary | 101000 | 11110001 | 111000 | 1010011 | 0 | 1001101 | 101 | 1111101 | 1011000 | 110111 |
Color Harmonies of #28F138
Complementary color
Monochromatic Colors of #28F138
Black with #28F138
Text Example
Text Example
White with #28F138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F138; }
p { color: rgb(40,241,56); }
H1.HeaderClassName
{
color: #28F138;
}
.AnyTagClassName
{
color: #28F138;
}
</style>
background-color css
<style>
a { background-color: #28F138; }
a { background-color: rgb(40,241,56); }
div.DivClassName
{
background-color: #28F138;
}
.BgClassName
{
background-color: #28F138;
}
</style>
border-color css
<style>
span { border-color: #28F138; }
span { border-color: rgb(40,241,56); }
td.TdClassName
{
border-color: #28F138;
}
.TagClassName
{
border-color: #28F138;
}
</style>