Shades of Lime Green #28CD2D
Tints of Lime Green #28CD2D
RGB
CMYK
RGB Variations
Color information
#28CD2D (or 0x28CD2D) is known color: Lime Green. HEX triplet: 28, CD and 2D. RGB value is (40,205,45). Sum of RGB (Red+Green+Blue) = 40+205+45=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 205 (80.47% from 255 or 70.69% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CD2D is #D732D2. Grayscale: #898989. Windows color (decimal): -14103251 or 3001640. OLE color: 3001640.
HSL color Cylindrical-coordinate representation of color #28CD2D: hue angle of 121.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CD2D is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 205 | 45 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.20 |
| HSL | 121.82º | 0.67% | 0.48% | - |
| HSV(B) | 121.82º | 0.8% | 0.8% | - |
| XYZ | 23.18 | 44.3 | 9.81 | - |
| YUV | 137.43 | 75.84 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 45 | 0.80 | 0 | 0.78 | 0.20 | 121.82 | 0.67 | 0.48 |
| Hex | 28 | CD | 2D | 50 | 0 | 4E | 14 | 7A | 43 | 30 |
| Octal | 50 | 315 | 55 | 120 | 0 | 116 | 24 | 172 | 103 | 60 |
| Binary | 101000 | 11001101 | 101101 | 1010000 | 0 | 1001110 | 10100 | 1111010 | 1000011 | 110000 |
Color Harmonies of #28CD2D
Complementary color
Monochromatic Colors of #28CD2D
Black with #28CD2D
Text Example
Text Example
White with #28CD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CD2D; }
p { color: rgb(40,205,45); }
H1.HeaderClassName
{
color: #28CD2D;
}
.AnyTagClassName
{
color: #28CD2D;
}
</style>
background-color css
<style>
a { background-color: #28CD2D; }
a { background-color: rgb(40,205,45); }
div.DivClassName
{
background-color: #28CD2D;
}
.BgClassName
{
background-color: #28CD2D;
}
</style>
border-color css
<style>
span { border-color: #28CD2D; }
span { border-color: rgb(40,205,45); }
td.TdClassName
{
border-color: #28CD2D;
}
.TagClassName
{
border-color: #28CD2D;
}
</style>