Shades of Lime Green #28D635
Tints of Lime Green #28D635
RGB
CMYK
RGB Variations
Color information
#28D635 (or 0x28D635) is known color: Lime Green. HEX triplet: 28, D6 and 35. RGB value is (40,214,53). Sum of RGB (Red+Green+Blue) = 40+214+53=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 214 (83.98% from 255 or 69.71% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 214 - color contains mainly: green. Hex color #28D635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D635 is #D729CA. Grayscale: #909090. Windows color (decimal): -14100939 or 3528232. OLE color: 3528232.
HSL color Cylindrical-coordinate representation of color #28D635: hue angle of 124.48º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D635 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 53 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.16 |
| HSL | 124.48º | 0.69% | 0.5% | - |
| HSV(B) | 124.48º | 0.81% | 0.84% | - |
| XYZ | 25.56 | 48.8 | 11.44 | - |
| YUV | 143.62 | 76.85 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 53 | 0.81 | 0 | 0.75 | 0.16 | 124.48 | 0.69 | 0.5 |
| Hex | 28 | D6 | 35 | 51 | 0 | 4B | 10 | 7C | 45 | 32 |
| Octal | 50 | 326 | 65 | 121 | 0 | 113 | 20 | 174 | 105 | 62 |
| Binary | 101000 | 11010110 | 110101 | 1010001 | 0 | 1001011 | 10000 | 1111100 | 1000101 | 110010 |
Color Harmonies of #28D635
Complementary color
Monochromatic Colors of #28D635
Black with #28D635
Text Example
Text Example
White with #28D635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D635; }
p { color: rgb(40,214,53); }
H1.HeaderClassName
{
color: #28D635;
}
.AnyTagClassName
{
color: #28D635;
}
</style>
background-color css
<style>
a { background-color: #28D635; }
a { background-color: rgb(40,214,53); }
div.DivClassName
{
background-color: #28D635;
}
.BgClassName
{
background-color: #28D635;
}
</style>
border-color css
<style>
span { border-color: #28D635; }
span { border-color: rgb(40,214,53); }
td.TdClassName
{
border-color: #28D635;
}
.TagClassName
{
border-color: #28D635;
}
</style>