Shades of Lime Green #28DA42
Tints of Lime Green #28DA42
RGB
CMYK
RGB Variations
Color information
#28DA42 (or 0x28DA42) is known color: Lime Green. HEX triplet: 28, DA and 42. RGB value is (40,218,66). Sum of RGB (Red+Green+Blue) = 40+218+66=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DA42 is #D725BD. Grayscale: #939393. Windows color (decimal): -14099902 or 4381224. OLE color: 4381224.
HSL color Cylindrical-coordinate representation of color #28DA42: hue angle of 128.76º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DA42 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 66 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.15 |
| HSL | 128.76º | 0.71% | 0.51% | - |
| HSV(B) | 128.76º | 0.82% | 0.85% | - |
| XYZ | 26.93 | 50.99 | 13.58 | - |
| YUV | 147.45 | 82.03 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 66 | 0.82 | 0 | 0.70 | 0.15 | 128.76 | 0.71 | 0.51 |
| Hex | 28 | DA | 42 | 52 | 0 | 46 | F | 81 | 47 | 33 |
| Octal | 50 | 332 | 102 | 122 | 0 | 106 | 17 | 201 | 107 | 63 |
| Binary | 101000 | 11011010 | 1000010 | 1010010 | 0 | 1000110 | 1111 | 10000001 | 1000111 | 110011 |
Color Harmonies of #28DA42
Complementary color
Monochromatic Colors of #28DA42
Black with #28DA42
Text Example
Text Example
White with #28DA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DA42; }
p { color: rgb(40,218,66); }
H1.HeaderClassName
{
color: #28DA42;
}
.AnyTagClassName
{
color: #28DA42;
}
</style>
background-color css
<style>
a { background-color: #28DA42; }
a { background-color: rgb(40,218,66); }
div.DivClassName
{
background-color: #28DA42;
}
.BgClassName
{
background-color: #28DA42;
}
</style>
border-color css
<style>
span { border-color: #28DA42; }
span { border-color: rgb(40,218,66); }
td.TdClassName
{
border-color: #28DA42;
}
.TagClassName
{
border-color: #28DA42;
}
</style>