Shades of Lime Green #28CD32
Tints of Lime Green #28CD32
RGB
CMYK
RGB Variations
Color information
#28CD32 (or 0x28CD32) is known color: Lime Green. HEX triplet: 28, CD and 32. RGB value is (40,205,50). Sum of RGB (Red+Green+Blue) = 40+205+50=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CD32 is #D732CD. Grayscale: #8A8A8A. Windows color (decimal): -14103246 or 3329320. OLE color: 3329320.
HSL color Cylindrical-coordinate representation of color #28CD32: hue angle of 123.64º 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 #28CD32 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 205 | 50 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.20 |
| HSL | 123.64º | 0.67% | 0.48% | - |
| HSV(B) | 123.64º | 0.8% | 0.8% | - |
| XYZ | 23.28 | 44.34 | 10.35 | - |
| YUV | 138 | 78.34 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 50 | 0.80 | 0 | 0.76 | 0.20 | 123.64 | 0.67 | 0.48 |
| Hex | 28 | CD | 32 | 50 | 0 | 4C | 14 | 7C | 43 | 30 |
| Octal | 50 | 315 | 62 | 120 | 0 | 114 | 24 | 174 | 103 | 60 |
| Binary | 101000 | 11001101 | 110010 | 1010000 | 0 | 1001100 | 10100 | 1111100 | 1000011 | 110000 |
Color Harmonies of #28CD32
Complementary color
Monochromatic Colors of #28CD32
Black with #28CD32
Text Example
Text Example
White with #28CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CD32; }
p { color: rgb(40,205,50); }
H1.HeaderClassName
{
color: #28CD32;
}
.AnyTagClassName
{
color: #28CD32;
}
</style>
background-color css
<style>
a { background-color: #28CD32; }
a { background-color: rgb(40,205,50); }
div.DivClassName
{
background-color: #28CD32;
}
.BgClassName
{
background-color: #28CD32;
}
</style>
border-color css
<style>
span { border-color: #28CD32; }
span { border-color: rgb(40,205,50); }
td.TdClassName
{
border-color: #28CD32;
}
.TagClassName
{
border-color: #28CD32;
}
</style>