Shades of Lime Green #28D63B
Tints of Lime Green #28D63B
RGB
CMYK
RGB Variations
Color information
#28D63B (or 0x28D63B) is known color: Lime Green. HEX triplet: 28, D6 and 3B. RGB value is (40,214,59). Sum of RGB (Red+Green+Blue) = 40+214+59=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 214 (83.98% from 255 or 68.37% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 214 - color contains mainly: green. Hex color #28D63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D63B is #D729C4. Grayscale: #909090. Windows color (decimal): -14100933 or 3921448. OLE color: 3921448.
HSL color Cylindrical-coordinate representation of color #28D63B: hue angle of 126.55º 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 #28D63B is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 59 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.16 |
| HSL | 126.55º | 0.69% | 0.5% | - |
| HSV(B) | 126.55º | 0.81% | 0.84% | - |
| XYZ | 25.71 | 48.86 | 12.21 | - |
| YUV | 144.3 | 79.85 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 59 | 0.81 | 0 | 0.72 | 0.16 | 126.55 | 0.69 | 0.5 |
| Hex | 28 | D6 | 3B | 51 | 0 | 48 | 10 | 7F | 45 | 32 |
| Octal | 50 | 326 | 73 | 121 | 0 | 110 | 20 | 177 | 105 | 62 |
| Binary | 101000 | 11010110 | 111011 | 1010001 | 0 | 1001000 | 10000 | 1111111 | 1000101 | 110010 |
Color Harmonies of #28D63B
Complementary color
Monochromatic Colors of #28D63B
Black with #28D63B
Text Example
Text Example
White with #28D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D63B; }
p { color: rgb(40,214,59); }
H1.HeaderClassName
{
color: #28D63B;
}
.AnyTagClassName
{
color: #28D63B;
}
</style>
background-color css
<style>
a { background-color: #28D63B; }
a { background-color: rgb(40,214,59); }
div.DivClassName
{
background-color: #28D63B;
}
.BgClassName
{
background-color: #28D63B;
}
</style>
border-color css
<style>
span { border-color: #28D63B; }
span { border-color: rgb(40,214,59); }
td.TdClassName
{
border-color: #28D63B;
}
.TagClassName
{
border-color: #28D63B;
}
</style>