Shades of Lime Green #28F238
Tints of Lime Green #28F238
RGB
CMYK
RGB Variations
Color information
#28F238 (or 0x28F238) is known color: Lime Green. HEX triplet: 28, F2 and 38. RGB value is (40,242,56). Sum of RGB (Red+Green+Blue) = 40+242+56=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #28F238 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F238 is #D70DC7. Grayscale: #A0A0A0. Windows color (decimal): -14093768 or 3732008. OLE color: 3732008.
HSL color Cylindrical-coordinate representation of color #28F238: hue angle of 124.75º degrees, saturation: 0.89, 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 #28F238 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 56 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.05 |
| HSL | 124.75º | 0.89% | 0.55% | - |
| HSV(B) | 124.75º | 0.83% | 0.95% | - |
| XYZ | 33.34 | 64.24 | 14.38 | - |
| YUV | 160.4 | 69.08 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 56 | 0.83 | 0 | 0.77 | 0.05 | 124.75 | 0.89 | 0.55 |
| Hex | 28 | F2 | 38 | 53 | 0 | 4D | 5 | 7D | 59 | 37 |
| Octal | 50 | 362 | 70 | 123 | 0 | 115 | 5 | 175 | 131 | 67 |
| Binary | 101000 | 11110010 | 111000 | 1010011 | 0 | 1001101 | 101 | 1111101 | 1011001 | 110111 |
Color Harmonies of #28F238
Complementary color
Monochromatic Colors of #28F238
Black with #28F238
Text Example
Text Example
White with #28F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F238; }
p { color: rgb(40,242,56); }
H1.HeaderClassName
{
color: #28F238;
}
.AnyTagClassName
{
color: #28F238;
}
</style>
background-color css
<style>
a { background-color: #28F238; }
a { background-color: rgb(40,242,56); }
div.DivClassName
{
background-color: #28F238;
}
.BgClassName
{
background-color: #28F238;
}
</style>
border-color css
<style>
span { border-color: #28F238; }
span { border-color: rgb(40,242,56); }
td.TdClassName
{
border-color: #28F238;
}
.TagClassName
{
border-color: #28F238;
}
</style>