Shades of Lime Green #28FA3D
Tints of Lime Green #28FA3D
RGB
CMYK
RGB Variations
Color information
#28FA3D (or 0x28FA3D) is known color: Lime Green. HEX triplet: 28, FA and 3D. RGB value is (40,250,61). Sum of RGB (Red+Green+Blue) = 40+250+61=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 250 (98.05% from 255 or 71.23% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FA3D is #D705C2. Grayscale: #A6A6A6. Windows color (decimal): -14091715 or 4061736. OLE color: 4061736.
HSL color Cylindrical-coordinate representation of color #28FA3D: hue angle of 126º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FA3D is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 61 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.02 |
| HSL | 126º | 0.95% | 0.57% | - |
| HSV(B) | 126º | 0.84% | 0.98% | - |
| XYZ | 35.9 | 69.16 | 15.87 | - |
| YUV | 165.66 | 68.93 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 61 | 0.84 | 0 | 0.76 | 0.02 | 126 | 0.95 | 0.57 |
| Hex | 28 | FA | 3D | 54 | 0 | 4C | 2 | 7E | 5F | 39 |
| Octal | 50 | 372 | 75 | 124 | 0 | 114 | 2 | 176 | 137 | 71 |
| Binary | 101000 | 11111010 | 111101 | 1010100 | 0 | 1001100 | 10 | 1111110 | 1011111 | 111001 |
Color Harmonies of #28FA3D
Complementary color
Monochromatic Colors of #28FA3D
Black with #28FA3D
Text Example
Text Example
White with #28FA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA3D; }
p { color: rgb(40,250,61); }
H1.HeaderClassName
{
color: #28FA3D;
}
.AnyTagClassName
{
color: #28FA3D;
}
</style>
background-color css
<style>
a { background-color: #28FA3D; }
a { background-color: rgb(40,250,61); }
div.DivClassName
{
background-color: #28FA3D;
}
.BgClassName
{
background-color: #28FA3D;
}
</style>
border-color css
<style>
span { border-color: #28FA3D; }
span { border-color: rgb(40,250,61); }
td.TdClassName
{
border-color: #28FA3D;
}
.TagClassName
{
border-color: #28FA3D;
}
</style>