Shades of Lime Green #28C13F
Tints of Lime Green #28C13F
RGB
CMYK
RGB Variations
Color information
#28C13F (or 0x28C13F) is known color: Lime Green. HEX triplet: 28, C1 and 3F. RGB value is (40,193,63). Sum of RGB (Red+Green+Blue) = 40+193+63=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #28C13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C13F is #D73EC0. Grayscale: #848484. Windows color (decimal): -14106305 or 4178216. OLE color: 4178216.
HSL color Cylindrical-coordinate representation of color #28C13F: hue angle of 129.02º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C13F is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 63 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.24 |
| HSL | 129.02º | 0.66% | 0.46% | - |
| HSV(B) | 129.02º | 0.79% | 0.76% | - |
| XYZ | 20.84 | 38.95 | 11.12 | - |
| YUV | 132.43 | 88.81 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 63 | 0.79 | 0 | 0.67 | 0.24 | 129.02 | 0.66 | 0.46 |
| Hex | 28 | C1 | 3F | 4F | 0 | 43 | 18 | 81 | 42 | 2E |
| Octal | 50 | 301 | 77 | 117 | 0 | 103 | 30 | 201 | 102 | 56 |
| Binary | 101000 | 11000001 | 111111 | 1001111 | 0 | 1000011 | 11000 | 10000001 | 1000010 | 101110 |
Color Harmonies of #28C13F
Complementary color
Monochromatic Colors of #28C13F
Black with #28C13F
Text Example
Text Example
White with #28C13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C13F; }
p { color: rgb(40,193,63); }
H1.HeaderClassName
{
color: #28C13F;
}
.AnyTagClassName
{
color: #28C13F;
}
</style>
background-color css
<style>
a { background-color: #28C13F; }
a { background-color: rgb(40,193,63); }
div.DivClassName
{
background-color: #28C13F;
}
.BgClassName
{
background-color: #28C13F;
}
</style>
border-color css
<style>
span { border-color: #28C13F; }
span { border-color: rgb(40,193,63); }
td.TdClassName
{
border-color: #28C13F;
}
.TagClassName
{
border-color: #28C13F;
}
</style>