Shades of Lime Green #28D027
Tints of Lime Green #28D027
RGB
CMYK
RGB Variations
Color information
#28D027 (or 0x28D027) is known color: Lime Green. HEX triplet: 28, D0 and 27. RGB value is (40,208,39). Sum of RGB (Red+Green+Blue) = 40+208+39=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #28D027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D027 is #D72FD8. Grayscale: #8B8B8B. Windows color (decimal): -14102489 or 2609192. OLE color: 2609192.
HSL color Cylindrical-coordinate representation of color #28D027: hue angle of 119.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D027 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 208 | 39 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.18 |
| HSL | 119.65º | 0.68% | 0.48% | - |
| HSV(B) | 119.65º | 0.81% | 0.82% | - |
| XYZ | 23.8 | 45.71 | 9.49 | - |
| YUV | 138.5 | 71.84 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 39 | 0.81 | 0 | 0.81 | 0.18 | 119.65 | 0.68 | 0.48 |
| Hex | 28 | D0 | 27 | 51 | 0 | 51 | 12 | 78 | 44 | 30 |
| Octal | 50 | 320 | 47 | 121 | 0 | 121 | 22 | 170 | 104 | 60 |
| Binary | 101000 | 11010000 | 100111 | 1010001 | 0 | 1010001 | 10010 | 1111000 | 1000100 | 110000 |
Color Harmonies of #28D027
Complementary color
Monochromatic Colors of #28D027
Black with #28D027
Text Example
Text Example
White with #28D027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D027; }
p { color: rgb(40,208,39); }
H1.HeaderClassName
{
color: #28D027;
}
.AnyTagClassName
{
color: #28D027;
}
</style>
background-color css
<style>
a { background-color: #28D027; }
a { background-color: rgb(40,208,39); }
div.DivClassName
{
background-color: #28D027;
}
.BgClassName
{
background-color: #28D027;
}
</style>
border-color css
<style>
span { border-color: #28D027; }
span { border-color: rgb(40,208,39); }
td.TdClassName
{
border-color: #28D027;
}
.TagClassName
{
border-color: #28D027;
}
</style>