Shades of Lime Green #28DF3D
Tints of Lime Green #28DF3D
RGB
CMYK
RGB Variations
Color information
#28DF3D (or 0x28DF3D) is known color: Lime Green. HEX triplet: 28, DF and 3D. RGB value is (40,223,61). Sum of RGB (Red+Green+Blue) = 40+223+61=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DF3D is #D720C2. Grayscale: #969696. Windows color (decimal): -14098627 or 4054824. OLE color: 4054824.
HSL color Cylindrical-coordinate representation of color #28DF3D: hue angle of 126.89º 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 #28DF3D is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 61 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.13 |
| HSL | 126.89º | 0.74% | 0.52% | - |
| HSV(B) | 126.89º | 0.82% | 0.87% | - |
| XYZ | 28.11 | 53.56 | 13.27 | - |
| YUV | 149.82 | 77.87 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 61 | 0.82 | 0 | 0.73 | 0.13 | 126.89 | 0.74 | 0.52 |
| Hex | 28 | DF | 3D | 52 | 0 | 49 | D | 7F | 4A | 34 |
| Octal | 50 | 337 | 75 | 122 | 0 | 111 | 15 | 177 | 112 | 64 |
| Binary | 101000 | 11011111 | 111101 | 1010010 | 0 | 1001001 | 1101 | 1111111 | 1001010 | 110100 |
Color Harmonies of #28DF3D
Complementary color
Monochromatic Colors of #28DF3D
Black with #28DF3D
Text Example
Text Example
White with #28DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DF3D; }
p { color: rgb(40,223,61); }
H1.HeaderClassName
{
color: #28DF3D;
}
.AnyTagClassName
{
color: #28DF3D;
}
</style>
background-color css
<style>
a { background-color: #28DF3D; }
a { background-color: rgb(40,223,61); }
div.DivClassName
{
background-color: #28DF3D;
}
.BgClassName
{
background-color: #28DF3D;
}
</style>
border-color css
<style>
span { border-color: #28DF3D; }
span { border-color: rgb(40,223,61); }
td.TdClassName
{
border-color: #28DF3D;
}
.TagClassName
{
border-color: #28DF3D;
}
</style>