Shades of Lime Green #28CF29
Tints of Lime Green #28CF29
RGB
CMYK
RGB Variations
Color information
#28CF29 (or 0x28CF29) is known color: Lime Green. HEX triplet: 28, CF and 29. RGB value is (40,207,41). Sum of RGB (Red+Green+Blue) = 40+207+41=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 207 (81.25% from 255 or 71.88% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CF29 is #D730D6. Grayscale: #8A8A8A. Windows color (decimal): -14102743 or 2740008. OLE color: 2740008.
HSL color Cylindrical-coordinate representation of color #28CF29: hue angle of 120.36º degrees, saturation: 0.68, 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 #28CF29 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 41 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.19 |
| HSL | 120.36º | 0.68% | 0.48% | - |
| HSV(B) | 120.36º | 0.81% | 0.81% | - |
| XYZ | 23.59 | 45.24 | 9.59 | - |
| YUV | 138.14 | 73.17 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 41 | 0.81 | 0 | 0.80 | 0.19 | 120.36 | 0.68 | 0.48 |
| Hex | 28 | CF | 29 | 51 | 0 | 50 | 13 | 78 | 44 | 30 |
| Octal | 50 | 317 | 51 | 121 | 0 | 120 | 23 | 170 | 104 | 60 |
| Binary | 101000 | 11001111 | 101001 | 1010001 | 0 | 1010000 | 10011 | 1111000 | 1000100 | 110000 |
Color Harmonies of #28CF29
Complementary color
Monochromatic Colors of #28CF29
Black with #28CF29
Text Example
Text Example
White with #28CF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CF29; }
p { color: rgb(40,207,41); }
H1.HeaderClassName
{
color: #28CF29;
}
.AnyTagClassName
{
color: #28CF29;
}
</style>
background-color css
<style>
a { background-color: #28CF29; }
a { background-color: rgb(40,207,41); }
div.DivClassName
{
background-color: #28CF29;
}
.BgClassName
{
background-color: #28CF29;
}
</style>
border-color css
<style>
span { border-color: #28CF29; }
span { border-color: rgb(40,207,41); }
td.TdClassName
{
border-color: #28CF29;
}
.TagClassName
{
border-color: #28CF29;
}
</style>