Shades of Lime Green #28D433
Tints of Lime Green #28D433
RGB
CMYK
RGB Variations
Color information
#28D433 (or 0x28D433) is known color: Lime Green. HEX triplet: 28, D4 and 33. RGB value is (40,212,51). Sum of RGB (Red+Green+Blue) = 40+212+51=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 212 (83.20% from 255 or 69.97% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 212 - color contains mainly: green. Hex color #28D433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D433 is #D72BCC. Grayscale: #8E8E8E. Windows color (decimal): -14101453 or 3396648. OLE color: 3396648.
HSL color Cylindrical-coordinate representation of color #28D433: hue angle of 123.84º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D433 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 212 | 51 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.17 |
| HSL | 123.84º | 0.68% | 0.49% | - |
| HSV(B) | 123.84º | 0.81% | 0.83% | - |
| XYZ | 25.02 | 47.78 | 11.04 | - |
| YUV | 142.22 | 76.52 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 51 | 0.81 | 0 | 0.76 | 0.17 | 123.84 | 0.68 | 0.49 |
| Hex | 28 | D4 | 33 | 51 | 0 | 4C | 11 | 7C | 44 | 31 |
| Octal | 50 | 324 | 63 | 121 | 0 | 114 | 21 | 174 | 104 | 61 |
| Binary | 101000 | 11010100 | 110011 | 1010001 | 0 | 1001100 | 10001 | 1111100 | 1000100 | 110001 |
Color Harmonies of #28D433
Complementary color
Monochromatic Colors of #28D433
Black with #28D433
Text Example
Text Example
White with #28D433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D433; }
p { color: rgb(40,212,51); }
H1.HeaderClassName
{
color: #28D433;
}
.AnyTagClassName
{
color: #28D433;
}
</style>
background-color css
<style>
a { background-color: #28D433; }
a { background-color: rgb(40,212,51); }
div.DivClassName
{
background-color: #28D433;
}
.BgClassName
{
background-color: #28D433;
}
</style>
border-color css
<style>
span { border-color: #28D433; }
span { border-color: rgb(40,212,51); }
td.TdClassName
{
border-color: #28D433;
}
.TagClassName
{
border-color: #28D433;
}
</style>