Shades of Lime Green #28CE28
Tints of Lime Green #28CE28
RGB
CMYK
RGB Variations
Color information
#28CE28 (or 0x28CE28) is known color: Lime Green. HEX triplet: 28, CE and 28. RGB value is (40,206,40). Sum of RGB (Red+Green+Blue) = 40+206+40=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 206 (80.86% from 255 or 72.03% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 206 - color contains mainly: green. Hex color #28CE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CE28 is #D731D7. Grayscale: #898989. Windows color (decimal): -14103000 or 2674216. OLE color: 2674216.
HSL color Cylindrical-coordinate representation of color #28CE28: hue angle of 120º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CE28 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 206 | 40 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.19 |
| HSL | 120º | 0.67% | 0.48% | - |
| HSV(B) | 120º | 0.81% | 0.81% | - |
| XYZ | 23.33 | 44.75 | 9.41 | - |
| YUV | 137.44 | 73 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 40 | 0.81 | 0 | 0.81 | 0.19 | 120 | 0.67 | 0.48 |
| Hex | 28 | CE | 28 | 51 | 0 | 51 | 13 | 78 | 43 | 30 |
| Octal | 50 | 316 | 50 | 121 | 0 | 121 | 23 | 170 | 103 | 60 |
| Binary | 101000 | 11001110 | 101000 | 1010001 | 0 | 1010001 | 10011 | 1111000 | 1000011 | 110000 |
Color Harmonies of #28CE28
Complementary color
Monochromatic Colors of #28CE28
Black with #28CE28
Text Example
Text Example
White with #28CE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CE28; }
p { color: rgb(40,206,40); }
H1.HeaderClassName
{
color: #28CE28;
}
.AnyTagClassName
{
color: #28CE28;
}
</style>
background-color css
<style>
a { background-color: #28CE28; }
a { background-color: rgb(40,206,40); }
div.DivClassName
{
background-color: #28CE28;
}
.BgClassName
{
background-color: #28CE28;
}
</style>
border-color css
<style>
span { border-color: #28CE28; }
span { border-color: rgb(40,206,40); }
td.TdClassName
{
border-color: #28CE28;
}
.TagClassName
{
border-color: #28CE28;
}
</style>