Shades of Lime Green #28F736
Tints of Lime Green #28F736
RGB
CMYK
RGB Variations
Color information
#28F736 (or 0x28F736) is known color: Lime Green. HEX triplet: 28, F7 and 36. RGB value is (40,247,54). Sum of RGB (Red+Green+Blue) = 40+247+54=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 247 (96.88% from 255 or 72.43% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 247 - color contains mainly: green. Hex color #28F736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F736 is #D708C9. Grayscale: #A3A3A3. Windows color (decimal): -14092490 or 3602216. OLE color: 3602216.
HSL color Cylindrical-coordinate representation of color #28F736: hue angle of 124.06º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F736 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 54 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.03 |
| HSL | 124.06º | 0.93% | 0.56% | - |
| HSV(B) | 124.06º | 0.84% | 0.97% | - |
| XYZ | 34.8 | 67.24 | 14.63 | - |
| YUV | 163.11 | 66.42 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 54 | 0.84 | 0 | 0.78 | 0.03 | 124.06 | 0.93 | 0.56 |
| Hex | 28 | F7 | 36 | 54 | 0 | 4E | 3 | 7C | 5D | 38 |
| Octal | 50 | 367 | 66 | 124 | 0 | 116 | 3 | 174 | 135 | 70 |
| Binary | 101000 | 11110111 | 110110 | 1010100 | 0 | 1001110 | 11 | 1111100 | 1011101 | 111000 |
Color Harmonies of #28F736
Complementary color
Monochromatic Colors of #28F736
Black with #28F736
Text Example
Text Example
White with #28F736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F736; }
p { color: rgb(40,247,54); }
H1.HeaderClassName
{
color: #28F736;
}
.AnyTagClassName
{
color: #28F736;
}
</style>
background-color css
<style>
a { background-color: #28F736; }
a { background-color: rgb(40,247,54); }
div.DivClassName
{
background-color: #28F736;
}
.BgClassName
{
background-color: #28F736;
}
</style>
border-color css
<style>
span { border-color: #28F736; }
span { border-color: rgb(40,247,54); }
td.TdClassName
{
border-color: #28F736;
}
.TagClassName
{
border-color: #28F736;
}
</style>