Shades of Lime Green #28D13B
Tints of Lime Green #28D13B
RGB
CMYK
RGB Variations
Color information
#28D13B (or 0x28D13B) is known color: Lime Green. HEX triplet: 28, D1 and 3B. RGB value is (40,209,59). Sum of RGB (Red+Green+Blue) = 40+209+59=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 209 (82.03% from 255 or 67.86% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 209 - color contains mainly: green. Hex color #28D13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D13B is #D72EC4. Grayscale: #8D8D8D. Windows color (decimal): -14102213 or 3920168. OLE color: 3920168.
HSL color Cylindrical-coordinate representation of color #28D13B: hue angle of 126.75º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D13B is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 59 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.18 |
| HSL | 126.75º | 0.68% | 0.49% | - |
| HSV(B) | 126.75º | 0.81% | 0.82% | - |
| XYZ | 24.46 | 46.37 | 11.8 | - |
| YUV | 141.37 | 81.51 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 59 | 0.81 | 0 | 0.72 | 0.18 | 126.75 | 0.68 | 0.49 |
| Hex | 28 | D1 | 3B | 51 | 0 | 48 | 12 | 7F | 44 | 31 |
| Octal | 50 | 321 | 73 | 121 | 0 | 110 | 22 | 177 | 104 | 61 |
| Binary | 101000 | 11010001 | 111011 | 1010001 | 0 | 1001000 | 10010 | 1111111 | 1000100 | 110001 |
Color Harmonies of #28D13B
Complementary color
Monochromatic Colors of #28D13B
Black with #28D13B
Text Example
Text Example
White with #28D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D13B; }
p { color: rgb(40,209,59); }
H1.HeaderClassName
{
color: #28D13B;
}
.AnyTagClassName
{
color: #28D13B;
}
</style>
background-color css
<style>
a { background-color: #28D13B; }
a { background-color: rgb(40,209,59); }
div.DivClassName
{
background-color: #28D13B;
}
.BgClassName
{
background-color: #28D13B;
}
</style>
border-color css
<style>
span { border-color: #28D13B; }
span { border-color: rgb(40,209,59); }
td.TdClassName
{
border-color: #28D13B;
}
.TagClassName
{
border-color: #28D13B;
}
</style>