Shades of Lime Green #28DF39
Tints of Lime Green #28DF39
RGB
CMYK
RGB Variations
Color information
#28DF39 (or 0x28DF39) is known color: Lime Green. HEX triplet: 28, DF and 39. RGB value is (40,223,57). Sum of RGB (Red+Green+Blue) = 40+223+57=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 223 (87.5% from 255 or 69.69% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DF39 is #D720C6. Grayscale: #959595. Windows color (decimal): -14098631 or 3792680. OLE color: 3792680.
HSL color Cylindrical-coordinate representation of color #28DF39: hue angle of 125.57º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DF39 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 57 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.13 |
| HSL | 125.57º | 0.74% | 0.52% | - |
| HSV(B) | 125.57º | 0.82% | 0.87% | - |
| XYZ | 28 | 53.52 | 12.73 | - |
| YUV | 149.36 | 75.87 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 57 | 0.82 | 0 | 0.74 | 0.13 | 125.57 | 0.74 | 0.52 |
| Hex | 28 | DF | 39 | 52 | 0 | 4A | D | 7E | 4A | 34 |
| Octal | 50 | 337 | 71 | 122 | 0 | 112 | 15 | 176 | 112 | 64 |
| Binary | 101000 | 11011111 | 111001 | 1010010 | 0 | 1001010 | 1101 | 1111110 | 1001010 | 110100 |
Color Harmonies of #28DF39
Complementary color
Monochromatic Colors of #28DF39
Black with #28DF39
Text Example
Text Example
White with #28DF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DF39; }
p { color: rgb(40,223,57); }
H1.HeaderClassName
{
color: #28DF39;
}
.AnyTagClassName
{
color: #28DF39;
}
</style>
background-color css
<style>
a { background-color: #28DF39; }
a { background-color: rgb(40,223,57); }
div.DivClassName
{
background-color: #28DF39;
}
.BgClassName
{
background-color: #28DF39;
}
</style>
border-color css
<style>
span { border-color: #28DF39; }
span { border-color: rgb(40,223,57); }
td.TdClassName
{
border-color: #28DF39;
}
.TagClassName
{
border-color: #28DF39;
}
</style>