Shades of Lime Green #28D232
Tints of Lime Green #28D232
RGB
CMYK
RGB Variations
Color information
#28D232 (or 0x28D232) is known color: Lime Green. HEX triplet: 28, D2 and 32. RGB value is (40,210,50). Sum of RGB (Red+Green+Blue) = 40+210+50=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 210 (82.42% from 255 or 70% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 210 - color contains mainly: green. Hex color #28D232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D232 is #D72DCD. Grayscale: #8D8D8D. Windows color (decimal): -14101966 or 3330600. OLE color: 3330600.
HSL color Cylindrical-coordinate representation of color #28D232: hue angle of 123.53º 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 #28D232 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 50 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.18 |
| HSL | 123.53º | 0.68% | 0.49% | - |
| HSV(B) | 123.53º | 0.81% | 0.82% | - |
| XYZ | 24.5 | 46.77 | 10.75 | - |
| YUV | 140.93 | 76.68 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 50 | 0.81 | 0 | 0.76 | 0.18 | 123.53 | 0.68 | 0.49 |
| Hex | 28 | D2 | 32 | 51 | 0 | 4C | 12 | 7C | 44 | 31 |
| Octal | 50 | 322 | 62 | 121 | 0 | 114 | 22 | 174 | 104 | 61 |
| Binary | 101000 | 11010010 | 110010 | 1010001 | 0 | 1001100 | 10010 | 1111100 | 1000100 | 110001 |
Color Harmonies of #28D232
Complementary color
Monochromatic Colors of #28D232
Black with #28D232
Text Example
Text Example
White with #28D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D232; }
p { color: rgb(40,210,50); }
H1.HeaderClassName
{
color: #28D232;
}
.AnyTagClassName
{
color: #28D232;
}
</style>
background-color css
<style>
a { background-color: #28D232; }
a { background-color: rgb(40,210,50); }
div.DivClassName
{
background-color: #28D232;
}
.BgClassName
{
background-color: #28D232;
}
</style>
border-color css
<style>
span { border-color: #28D232; }
span { border-color: rgb(40,210,50); }
td.TdClassName
{
border-color: #28D232;
}
.TagClassName
{
border-color: #28D232;
}
</style>