Shades of Lime Green #28CC2B
Tints of Lime Green #28CC2B
RGB
CMYK
RGB Variations
Color information
#28CC2B (or 0x28CC2B) is known color: Lime Green. HEX triplet: 28, CC and 2B. RGB value is (40,204,43). Sum of RGB (Red+Green+Blue) = 40+204+43=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CC2B is #D733D4. Grayscale: #898989. Windows color (decimal): -14103509 or 2870312. OLE color: 2870312.
HSL color Cylindrical-coordinate representation of color #28CC2B: hue angle of 121.1º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CC2B is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 204 | 43 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.2 |
| HSL | 121.1º | 0.67% | 0.48% | - |
| HSV(B) | 121.1º | 0.8% | 0.8% | - |
| XYZ | 22.9 | 43.81 | 9.53 | - |
| YUV | 136.61 | 75.17 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 43 | 0.80 | 0 | 0.79 | 0.2 | 121.1 | 0.67 | 0.48 |
| Hex | 28 | CC | 2B | 50 | 0 | 4F | 14 | 79 | 43 | 30 |
| Octal | 50 | 314 | 53 | 120 | 0 | 117 | 24 | 171 | 103 | 60 |
| Binary | 101000 | 11001100 | 101011 | 1010000 | 0 | 1001111 | 10100 | 1111001 | 1000011 | 110000 |
Color Harmonies of #28CC2B
Complementary color
Monochromatic Colors of #28CC2B
Black with #28CC2B
Text Example
Text Example
White with #28CC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CC2B; }
p { color: rgb(40,204,43); }
H1.HeaderClassName
{
color: #28CC2B;
}
.AnyTagClassName
{
color: #28CC2B;
}
</style>
background-color css
<style>
a { background-color: #28CC2B; }
a { background-color: rgb(40,204,43); }
div.DivClassName
{
background-color: #28CC2B;
}
.BgClassName
{
background-color: #28CC2B;
}
</style>
border-color css
<style>
span { border-color: #28CC2B; }
span { border-color: rgb(40,204,43); }
td.TdClassName
{
border-color: #28CC2B;
}
.TagClassName
{
border-color: #28CC2B;
}
</style>