Shades of Lime Green #28F433
Tints of Lime Green #28F433
RGB
CMYK
RGB Variations
Color information
#28F433 (or 0x28F433) is known color: Lime Green. HEX triplet: 28, F4 and 33. RGB value is (40,244,51). Sum of RGB (Red+Green+Blue) = 40+244+51=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 244 (95.70% from 255 or 72.84% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 244 - color contains mainly: green. Hex color #28F433 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F433 is #D70BCC. Grayscale: #A1A1A1. Windows color (decimal): -14093261 or 3404840. OLE color: 3404840.
HSL color Cylindrical-coordinate representation of color #28F433: hue angle of 123.24º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F433 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 244 | 51 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.04 |
| HSL | 123.24º | 0.9% | 0.56% | - |
| HSV(B) | 123.24º | 0.84% | 0.96% | - |
| XYZ | 33.82 | 65.39 | 13.97 | - |
| YUV | 161 | 65.91 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 244 | 51 | 0.84 | 0 | 0.79 | 0.04 | 123.24 | 0.9 | 0.56 |
| Hex | 28 | F4 | 33 | 54 | 0 | 4F | 4 | 7B | 5A | 38 |
| Octal | 50 | 364 | 63 | 124 | 0 | 117 | 4 | 173 | 132 | 70 |
| Binary | 101000 | 11110100 | 110011 | 1010100 | 0 | 1001111 | 100 | 1111011 | 1011010 | 111000 |
Color Harmonies of #28F433
Complementary color
Monochromatic Colors of #28F433
Black with #28F433
Text Example
Text Example
White with #28F433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F433; }
p { color: rgb(40,244,51); }
H1.HeaderClassName
{
color: #28F433;
}
.AnyTagClassName
{
color: #28F433;
}
</style>
background-color css
<style>
a { background-color: #28F433; }
a { background-color: rgb(40,244,51); }
div.DivClassName
{
background-color: #28F433;
}
.BgClassName
{
background-color: #28F433;
}
</style>
border-color css
<style>
span { border-color: #28F433; }
span { border-color: rgb(40,244,51); }
td.TdClassName
{
border-color: #28F433;
}
.TagClassName
{
border-color: #28F433;
}
</style>