Shades of Lime Green #28F63D
Tints of Lime Green #28F63D
RGB
CMYK
RGB Variations
Color information
#28F63D (or 0x28F63D) is known color: Lime Green. HEX triplet: 28, F6 and 3D. RGB value is (40,246,61). Sum of RGB (Red+Green+Blue) = 40+246+61=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 246 (96.48% from 255 or 70.89% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 246 - color contains mainly: green. Hex color #28F63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F63D is #D709C2. Grayscale: #A3A3A3. Windows color (decimal): -14092739 or 4060712. OLE color: 4060712.
HSL color Cylindrical-coordinate representation of color #28F63D: hue angle of 126.12º 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 #28F63D is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 246 | 61 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.04 |
| HSL | 126.12º | 0.92% | 0.56% | - |
| HSV(B) | 126.12º | 0.84% | 0.96% | - |
| XYZ | 34.67 | 66.7 | 15.46 | - |
| YUV | 163.32 | 70.25 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 246 | 61 | 0.84 | 0 | 0.75 | 0.04 | 126.12 | 0.92 | 0.56 |
| Hex | 28 | F6 | 3D | 54 | 0 | 4B | 4 | 7E | 5C | 38 |
| Octal | 50 | 366 | 75 | 124 | 0 | 113 | 4 | 176 | 134 | 70 |
| Binary | 101000 | 11110110 | 111101 | 1010100 | 0 | 1001011 | 100 | 1111110 | 1011100 | 111000 |
Color Harmonies of #28F63D
Complementary color
Monochromatic Colors of #28F63D
Black with #28F63D
Text Example
Text Example
White with #28F63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F63D; }
p { color: rgb(40,246,61); }
H1.HeaderClassName
{
color: #28F63D;
}
.AnyTagClassName
{
color: #28F63D;
}
</style>
background-color css
<style>
a { background-color: #28F63D; }
a { background-color: rgb(40,246,61); }
div.DivClassName
{
background-color: #28F63D;
}
.BgClassName
{
background-color: #28F63D;
}
</style>
border-color css
<style>
span { border-color: #28F63D; }
span { border-color: rgb(40,246,61); }
td.TdClassName
{
border-color: #28F63D;
}
.TagClassName
{
border-color: #28F63D;
}
</style>