Shades of Lime Green #28F32C
Tints of Lime Green #28F32C
RGB
CMYK
RGB Variations
Color information
#28F32C (or 0x28F32C) is known color: Lime Green. HEX triplet: 28, F3 and 2C. RGB value is (40,243,44). Sum of RGB (Red+Green+Blue) = 40+243+44=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 243 (95.31% from 255 or 74.31% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 243 - color contains mainly: green. Hex color #28F32C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F32C is #D70CD3. Grayscale: #A0A0A0. Windows color (decimal): -14093524 or 2945832. OLE color: 2945832.
HSL color Cylindrical-coordinate representation of color #28F32C: hue angle of 121.18º 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 #28F32C is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 44 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.05 |
| HSL | 121.18º | 0.89% | 0.55% | - |
| HSV(B) | 121.18º | 0.84% | 0.95% | - |
| XYZ | 33.38 | 64.73 | 13.12 | - |
| YUV | 159.62 | 62.75 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 44 | 0.84 | 0 | 0.82 | 0.05 | 121.18 | 0.89 | 0.55 |
| Hex | 28 | F3 | 2C | 54 | 0 | 52 | 5 | 79 | 59 | 37 |
| Octal | 50 | 363 | 54 | 124 | 0 | 122 | 5 | 171 | 131 | 67 |
| Binary | 101000 | 11110011 | 101100 | 1010100 | 0 | 1010010 | 101 | 1111001 | 1011001 | 110111 |
Color Harmonies of #28F32C
Complementary color
Monochromatic Colors of #28F32C
Black with #28F32C
Text Example
Text Example
White with #28F32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F32C; }
p { color: rgb(40,243,44); }
H1.HeaderClassName
{
color: #28F32C;
}
.AnyTagClassName
{
color: #28F32C;
}
</style>
background-color css
<style>
a { background-color: #28F32C; }
a { background-color: rgb(40,243,44); }
div.DivClassName
{
background-color: #28F32C;
}
.BgClassName
{
background-color: #28F32C;
}
</style>
border-color css
<style>
span { border-color: #28F32C; }
span { border-color: rgb(40,243,44); }
td.TdClassName
{
border-color: #28F32C;
}
.TagClassName
{
border-color: #28F32C;
}
</style>