Shades of Lime Green #28F331
Tints of Lime Green #28F331
RGB
CMYK
RGB Variations
Color information
#28F331 (or 0x28F331) is known color: Lime Green. HEX triplet: 28, F3 and 31. RGB value is (40,243,49). Sum of RGB (Red+Green+Blue) = 40+243+49=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #28F331 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F331 is #D70CCE. Grayscale: #A0A0A0. Windows color (decimal): -14093519 or 3273512. OLE color: 3273512.
HSL color Cylindrical-coordinate representation of color #28F331: hue angle of 122.66º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F331 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 49 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.05 |
| HSL | 122.66º | 0.89% | 0.55% | - |
| HSV(B) | 122.66º | 0.84% | 0.95% | - |
| XYZ | 33.48 | 64.77 | 13.64 | - |
| YUV | 160.19 | 65.25 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 49 | 0.84 | 0 | 0.80 | 0.05 | 122.66 | 0.89 | 0.55 |
| Hex | 28 | F3 | 31 | 54 | 0 | 50 | 5 | 7B | 59 | 37 |
| Octal | 50 | 363 | 61 | 124 | 0 | 120 | 5 | 173 | 131 | 67 |
| Binary | 101000 | 11110011 | 110001 | 1010100 | 0 | 1010000 | 101 | 1111011 | 1011001 | 110111 |
Color Harmonies of #28F331
Complementary color
Monochromatic Colors of #28F331
Black with #28F331
Text Example
Text Example
White with #28F331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F331; }
p { color: rgb(40,243,49); }
H1.HeaderClassName
{
color: #28F331;
}
.AnyTagClassName
{
color: #28F331;
}
</style>
background-color css
<style>
a { background-color: #28F331; }
a { background-color: rgb(40,243,49); }
div.DivClassName
{
background-color: #28F331;
}
.BgClassName
{
background-color: #28F331;
}
</style>
border-color css
<style>
span { border-color: #28F331; }
span { border-color: rgb(40,243,49); }
td.TdClassName
{
border-color: #28F331;
}
.TagClassName
{
border-color: #28F331;
}
</style>