Shades of Lime Green #28F63A
Tints of Lime Green #28F63A
RGB
CMYK
RGB Variations
Color information
#28F63A (or 0x28F63A) is known color: Lime Green. HEX triplet: 28, F6 and 3A. RGB value is (40,246,58). Sum of RGB (Red+Green+Blue) = 40+246+58=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 246 (96.48% from 255 or 71.51% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 246 - color contains mainly: green. Hex color #28F63A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F63A is #D709C5. Grayscale: #A3A3A3. Windows color (decimal): -14092742 or 3864104. OLE color: 3864104.
HSL color Cylindrical-coordinate representation of color #28F63A: hue angle of 125.24º degrees, saturation: 0.92, 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 #28F63A is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 246 | 58 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.04 |
| HSL | 125.24º | 0.92% | 0.56% | - |
| HSV(B) | 125.24º | 0.84% | 0.96% | - |
| XYZ | 34.59 | 66.67 | 15.05 | - |
| YUV | 162.97 | 68.75 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 246 | 58 | 0.84 | 0 | 0.76 | 0.04 | 125.24 | 0.92 | 0.56 |
| Hex | 28 | F6 | 3A | 54 | 0 | 4C | 4 | 7D | 5C | 38 |
| Octal | 50 | 366 | 72 | 124 | 0 | 114 | 4 | 175 | 134 | 70 |
| Binary | 101000 | 11110110 | 111010 | 1010100 | 0 | 1001100 | 100 | 1111101 | 1011100 | 111000 |
Color Harmonies of #28F63A
Complementary color
Monochromatic Colors of #28F63A
Black with #28F63A
Text Example
Text Example
White with #28F63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F63A; }
p { color: rgb(40,246,58); }
H1.HeaderClassName
{
color: #28F63A;
}
.AnyTagClassName
{
color: #28F63A;
}
</style>
background-color css
<style>
a { background-color: #28F63A; }
a { background-color: rgb(40,246,58); }
div.DivClassName
{
background-color: #28F63A;
}
.BgClassName
{
background-color: #28F63A;
}
</style>
border-color css
<style>
span { border-color: #28F63A; }
span { border-color: rgb(40,246,58); }
td.TdClassName
{
border-color: #28F63A;
}
.TagClassName
{
border-color: #28F63A;
}
</style>