Shades of Lime Green #28DD3C
Tints of Lime Green #28DD3C
RGB
CMYK
RGB Variations
Color information
#28DD3C (or 0x28DD3C) is known color: Lime Green. HEX triplet: 28, DD and 3C. RGB value is (40,221,60). Sum of RGB (Red+Green+Blue) = 40+221+60=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 221 (86.72% from 255 or 68.85% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD3C is #D722C3. Grayscale: #949494. Windows color (decimal): -14099140 or 3988776. OLE color: 3988776.
HSL color Cylindrical-coordinate representation of color #28DD3C: hue angle of 126.63º 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 #28DD3C is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 60 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.13 |
| HSL | 126.63º | 0.73% | 0.51% | - |
| HSV(B) | 126.63º | 0.82% | 0.87% | - |
| XYZ | 27.55 | 52.49 | 12.95 | - |
| YUV | 148.53 | 78.03 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 60 | 0.82 | 0 | 0.73 | 0.13 | 126.63 | 0.73 | 0.51 |
| Hex | 28 | DD | 3C | 52 | 0 | 49 | D | 7F | 49 | 33 |
| Octal | 50 | 335 | 74 | 122 | 0 | 111 | 15 | 177 | 111 | 63 |
| Binary | 101000 | 11011101 | 111100 | 1010010 | 0 | 1001001 | 1101 | 1111111 | 1001001 | 110011 |
Color Harmonies of #28DD3C
Complementary color
Monochromatic Colors of #28DD3C
Black with #28DD3C
Text Example
Text Example
White with #28DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD3C; }
p { color: rgb(40,221,60); }
H1.HeaderClassName
{
color: #28DD3C;
}
.AnyTagClassName
{
color: #28DD3C;
}
</style>
background-color css
<style>
a { background-color: #28DD3C; }
a { background-color: rgb(40,221,60); }
div.DivClassName
{
background-color: #28DD3C;
}
.BgClassName
{
background-color: #28DD3C;
}
</style>
border-color css
<style>
span { border-color: #28DD3C; }
span { border-color: rgb(40,221,60); }
td.TdClassName
{
border-color: #28DD3C;
}
.TagClassName
{
border-color: #28DD3C;
}
</style>