Shades of Lime Green #28D12B
Tints of Lime Green #28D12B
RGB
CMYK
RGB Variations
Color information
#28D12B (or 0x28D12B) is known color: Lime Green. HEX triplet: 28, D1 and 2B. RGB value is (40,209,43). Sum of RGB (Red+Green+Blue) = 40+209+43=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 209 (82.03% from 255 or 71.58% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 209 - color contains mainly: green. Hex color #28D12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D12B is #D72ED4. Grayscale: #8C8C8C. Windows color (decimal): -14102229 or 2871592. OLE color: 2871592.
HSL color Cylindrical-coordinate representation of color #28D12B: hue angle of 121.07º 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 #28D12B is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 43 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.18 |
| HSL | 121.07º | 0.68% | 0.49% | - |
| HSV(B) | 121.07º | 0.81% | 0.82% | - |
| XYZ | 24.11 | 46.23 | 9.94 | - |
| YUV | 139.55 | 73.51 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 43 | 0.81 | 0 | 0.79 | 0.18 | 121.07 | 0.68 | 0.49 |
| Hex | 28 | D1 | 2B | 51 | 0 | 4F | 12 | 79 | 44 | 31 |
| Octal | 50 | 321 | 53 | 121 | 0 | 117 | 22 | 171 | 104 | 61 |
| Binary | 101000 | 11010001 | 101011 | 1010001 | 0 | 1001111 | 10010 | 1111001 | 1000100 | 110001 |
Color Harmonies of #28D12B
Complementary color
Monochromatic Colors of #28D12B
Black with #28D12B
Text Example
Text Example
White with #28D12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D12B; }
p { color: rgb(40,209,43); }
H1.HeaderClassName
{
color: #28D12B;
}
.AnyTagClassName
{
color: #28D12B;
}
</style>
background-color css
<style>
a { background-color: #28D12B; }
a { background-color: rgb(40,209,43); }
div.DivClassName
{
background-color: #28D12B;
}
.BgClassName
{
background-color: #28D12B;
}
</style>
border-color css
<style>
span { border-color: #28D12B; }
span { border-color: rgb(40,209,43); }
td.TdClassName
{
border-color: #28D12B;
}
.TagClassName
{
border-color: #28D12B;
}
</style>