Shades of Lime Green #28DD3D
Tints of Lime Green #28DD3D
RGB
CMYK
RGB Variations
Color information
#28DD3D (or 0x28DD3D) is known color: Lime Green. HEX triplet: 28, DD and 3D. RGB value is (40,221,61). Sum of RGB (Red+Green+Blue) = 40+221+61=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 221 (86.72% from 255 or 68.63% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD3D is #D722C2. Grayscale: #959595. Windows color (decimal): -14099139 or 4054312. OLE color: 4054312.
HSL color Cylindrical-coordinate representation of color #28DD3D: hue angle of 126.96º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD3D is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 61 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.13 |
| HSL | 126.96º | 0.73% | 0.51% | - |
| HSV(B) | 126.96º | 0.82% | 0.87% | - |
| XYZ | 27.57 | 52.5 | 13.1 | - |
| YUV | 148.64 | 78.53 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 61 | 0.82 | 0 | 0.72 | 0.13 | 126.96 | 0.73 | 0.51 |
| Hex | 28 | DD | 3D | 52 | 0 | 48 | D | 7F | 49 | 33 |
| Octal | 50 | 335 | 75 | 122 | 0 | 110 | 15 | 177 | 111 | 63 |
| Binary | 101000 | 11011101 | 111101 | 1010010 | 0 | 1001000 | 1101 | 1111111 | 1001001 | 110011 |
Color Harmonies of #28DD3D
Complementary color
Monochromatic Colors of #28DD3D
Black with #28DD3D
Text Example
Text Example
White with #28DD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD3D; }
p { color: rgb(40,221,61); }
H1.HeaderClassName
{
color: #28DD3D;
}
.AnyTagClassName
{
color: #28DD3D;
}
</style>
background-color css
<style>
a { background-color: #28DD3D; }
a { background-color: rgb(40,221,61); }
div.DivClassName
{
background-color: #28DD3D;
}
.BgClassName
{
background-color: #28DD3D;
}
</style>
border-color css
<style>
span { border-color: #28DD3D; }
span { border-color: rgb(40,221,61); }
td.TdClassName
{
border-color: #28DD3D;
}
.TagClassName
{
border-color: #28DD3D;
}
</style>