Shades of Lime Green #28F239
Tints of Lime Green #28F239
RGB
CMYK
RGB Variations
Color information
#28F239 (or 0x28F239) is known color: Lime Green. HEX triplet: 28, F2 and 39. RGB value is (40,242,57). Sum of RGB (Red+Green+Blue) = 40+242+57=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #28F239 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F239 is #D70DC6. Grayscale: #A1A1A1. Windows color (decimal): -14093767 or 3797544. OLE color: 3797544.
HSL color Cylindrical-coordinate representation of color #28F239: hue angle of 125.05º 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 #28F239 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 57 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.05 |
| HSL | 125.05º | 0.89% | 0.55% | - |
| HSV(B) | 125.05º | 0.83% | 0.95% | - |
| XYZ | 33.37 | 64.25 | 14.51 | - |
| YUV | 160.51 | 69.58 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 57 | 0.83 | 0 | 0.76 | 0.05 | 125.05 | 0.89 | 0.55 |
| Hex | 28 | F2 | 39 | 53 | 0 | 4C | 5 | 7D | 59 | 37 |
| Octal | 50 | 362 | 71 | 123 | 0 | 114 | 5 | 175 | 131 | 67 |
| Binary | 101000 | 11110010 | 111001 | 1010011 | 0 | 1001100 | 101 | 1111101 | 1011001 | 110111 |
Color Harmonies of #28F239
Complementary color
Monochromatic Colors of #28F239
Black with #28F239
Text Example
Text Example
White with #28F239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F239; }
p { color: rgb(40,242,57); }
H1.HeaderClassName
{
color: #28F239;
}
.AnyTagClassName
{
color: #28F239;
}
</style>
background-color css
<style>
a { background-color: #28F239; }
a { background-color: rgb(40,242,57); }
div.DivClassName
{
background-color: #28F239;
}
.BgClassName
{
background-color: #28F239;
}
</style>
border-color css
<style>
span { border-color: #28F239; }
span { border-color: rgb(40,242,57); }
td.TdClassName
{
border-color: #28F239;
}
.TagClassName
{
border-color: #28F239;
}
</style>