Shades of Lime Green #28FF3C
Tints of Lime Green #28FF3C
RGB
CMYK
RGB Variations
Color information
#28FF3C (or 0x28FF3C) is known color: Lime Green. HEX triplet: 28, FF and 3C. RGB value is (40,255,60). Sum of RGB (Red+Green+Blue) = 40+255+60=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF3C is #D700C3. Grayscale: #A9A9A9. Windows color (decimal): -14090436 or 3997480. OLE color: 3997480.
HSL color Cylindrical-coordinate representation of color #28FF3C: hue angle of 125.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FF3C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 60 | - |
| CMYK | 0.84 | 0 | 0.76 | 0 |
| HSL | 125.58º | 1% | 0.58% | - |
| HSV(B) | 125.58º | 0.84% | 1% | - |
| XYZ | 37.45 | 72.3 | 16.26 | - |
| YUV | 168.49 | 66.77 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 60 | 0.84 | 0 | 0.76 | 0 | 125.58 | 1 | 0.58 |
| Hex | 28 | FF | 3C | 54 | 0 | 4C | 0 | 7E | 64 | 3A |
| Octal | 50 | 377 | 74 | 124 | 0 | 114 | 0 | 176 | 144 | 72 |
| Binary | 101000 | 11111111 | 111100 | 1010100 | 0 | 1001100 | 0 | 1111110 | 1100100 | 111010 |
Color Harmonies of #28FF3C
Complementary color
Monochromatic Colors of #28FF3C
Black with #28FF3C
Text Example
Text Example
White with #28FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF3C; }
p { color: rgb(40,255,60); }
H1.HeaderClassName
{
color: #28FF3C;
}
.AnyTagClassName
{
color: #28FF3C;
}
</style>
background-color css
<style>
a { background-color: #28FF3C; }
a { background-color: rgb(40,255,60); }
div.DivClassName
{
background-color: #28FF3C;
}
.BgClassName
{
background-color: #28FF3C;
}
</style>
border-color css
<style>
span { border-color: #28FF3C; }
span { border-color: rgb(40,255,60); }
td.TdClassName
{
border-color: #28FF3C;
}
.TagClassName
{
border-color: #28FF3C;
}
</style>