Shades of Lime Green #28D235
Tints of Lime Green #28D235
RGB
CMYK
RGB Variations
Color information
#28D235 (or 0x28D235) is known color: Lime Green. HEX triplet: 28, D2 and 35. RGB value is (40,210,53). Sum of RGB (Red+Green+Blue) = 40+210+53=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 210 (82.42% from 255 or 69.31% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 210 - color contains mainly: green. Hex color #28D235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D235 is #D72DCA. Grayscale: #8D8D8D. Windows color (decimal): -14101963 or 3527208. OLE color: 3527208.
HSL color Cylindrical-coordinate representation of color #28D235: hue angle of 124.59º 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 #28D235 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 53 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.18 |
| HSL | 124.59º | 0.68% | 0.49% | - |
| HSV(B) | 124.59º | 0.81% | 0.82% | - |
| XYZ | 24.56 | 46.8 | 11.11 | - |
| YUV | 141.27 | 78.18 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 53 | 0.81 | 0 | 0.75 | 0.18 | 124.59 | 0.68 | 0.49 |
| Hex | 28 | D2 | 35 | 51 | 0 | 4B | 12 | 7D | 44 | 31 |
| Octal | 50 | 322 | 65 | 121 | 0 | 113 | 22 | 175 | 104 | 61 |
| Binary | 101000 | 11010010 | 110101 | 1010001 | 0 | 1001011 | 10010 | 1111101 | 1000100 | 110001 |
Color Harmonies of #28D235
Complementary color
Monochromatic Colors of #28D235
Black with #28D235
Text Example
Text Example
White with #28D235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D235; }
p { color: rgb(40,210,53); }
H1.HeaderClassName
{
color: #28D235;
}
.AnyTagClassName
{
color: #28D235;
}
</style>
background-color css
<style>
a { background-color: #28D235; }
a { background-color: rgb(40,210,53); }
div.DivClassName
{
background-color: #28D235;
}
.BgClassName
{
background-color: #28D235;
}
</style>
border-color css
<style>
span { border-color: #28D235; }
span { border-color: rgb(40,210,53); }
td.TdClassName
{
border-color: #28D235;
}
.TagClassName
{
border-color: #28D235;
}
</style>