Shades of Lime Green #28D22C
Tints of Lime Green #28D22C
RGB
CMYK
RGB Variations
Color information
#28D22C (or 0x28D22C) is known color: Lime Green. HEX triplet: 28, D2 and 2C. RGB value is (40,210,44). Sum of RGB (Red+Green+Blue) = 40+210+44=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 210 (82.42% from 255 or 71.43% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 210 - color contains mainly: green. Hex color #28D22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D22C is #D72DD3. Grayscale: #8C8C8C. Windows color (decimal): -14101972 or 2937384. OLE color: 2937384.
HSL color Cylindrical-coordinate representation of color #28D22C: hue angle of 121.41º 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 #28D22C is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 44 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.18 |
| HSL | 121.41º | 0.68% | 0.49% | - |
| HSV(B) | 121.41º | 0.81% | 0.82% | - |
| XYZ | 24.38 | 46.73 | 10.12 | - |
| YUV | 140.25 | 73.68 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 44 | 0.81 | 0 | 0.79 | 0.18 | 121.41 | 0.68 | 0.49 |
| Hex | 28 | D2 | 2C | 51 | 0 | 4F | 12 | 79 | 44 | 31 |
| Octal | 50 | 322 | 54 | 121 | 0 | 117 | 22 | 171 | 104 | 61 |
| Binary | 101000 | 11010010 | 101100 | 1010001 | 0 | 1001111 | 10010 | 1111001 | 1000100 | 110001 |
Color Harmonies of #28D22C
Complementary color
Monochromatic Colors of #28D22C
Black with #28D22C
Text Example
Text Example
White with #28D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D22C; }
p { color: rgb(40,210,44); }
H1.HeaderClassName
{
color: #28D22C;
}
.AnyTagClassName
{
color: #28D22C;
}
</style>
background-color css
<style>
a { background-color: #28D22C; }
a { background-color: rgb(40,210,44); }
div.DivClassName
{
background-color: #28D22C;
}
.BgClassName
{
background-color: #28D22C;
}
</style>
border-color css
<style>
span { border-color: #28D22C; }
span { border-color: rgb(40,210,44); }
td.TdClassName
{
border-color: #28D22C;
}
.TagClassName
{
border-color: #28D22C;
}
</style>