Shades of Lime Green #28D22D
Tints of Lime Green #28D22D
RGB
CMYK
RGB Variations
Color information
#28D22D (or 0x28D22D) is known color: Lime Green. HEX triplet: 28, D2 and 2D. RGB value is (40,210,45). Sum of RGB (Red+Green+Blue) = 40+210+45=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 210 (82.42% from 255 or 71.19% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 210 - color contains mainly: green. Hex color #28D22D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D22D is #D72DD2. Grayscale: #8C8C8C. Windows color (decimal): -14101971 or 3002920. OLE color: 3002920.
HSL color Cylindrical-coordinate representation of color #28D22D: hue angle of 121.76º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D22D is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 45 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.18 |
| HSL | 121.76º | 0.68% | 0.49% | - |
| HSV(B) | 121.76º | 0.81% | 0.82% | - |
| XYZ | 24.4 | 46.73 | 10.22 | - |
| YUV | 140.36 | 74.18 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 45 | 0.81 | 0 | 0.79 | 0.18 | 121.76 | 0.68 | 0.49 |
| Hex | 28 | D2 | 2D | 51 | 0 | 4F | 12 | 7A | 44 | 31 |
| Octal | 50 | 322 | 55 | 121 | 0 | 117 | 22 | 172 | 104 | 61 |
| Binary | 101000 | 11010010 | 101101 | 1010001 | 0 | 1001111 | 10010 | 1111010 | 1000100 | 110001 |
Color Harmonies of #28D22D
Complementary color
Monochromatic Colors of #28D22D
Black with #28D22D
Text Example
Text Example
White with #28D22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D22D; }
p { color: rgb(40,210,45); }
H1.HeaderClassName
{
color: #28D22D;
}
.AnyTagClassName
{
color: #28D22D;
}
</style>
background-color css
<style>
a { background-color: #28D22D; }
a { background-color: rgb(40,210,45); }
div.DivClassName
{
background-color: #28D22D;
}
.BgClassName
{
background-color: #28D22D;
}
</style>
border-color css
<style>
span { border-color: #28D22D; }
span { border-color: rgb(40,210,45); }
td.TdClassName
{
border-color: #28D22D;
}
.TagClassName
{
border-color: #28D22D;
}
</style>