Shades of Lime Green #28C92B
Tints of Lime Green #28C92B
RGB
CMYK
RGB Variations
Color information
#28C92B (or 0x28C92B) is known color: Lime Green. HEX triplet: 28, C9 and 2B. RGB value is (40,201,43). Sum of RGB (Red+Green+Blue) = 40+201+43=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 201 (78.91% from 255 or 70.77% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 201 - color contains mainly: green. Hex color #28C92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C92B is #D736D4. Grayscale: #878787. Windows color (decimal): -14104277 or 2869544. OLE color: 2869544.
HSL color Cylindrical-coordinate representation of color #28C92B: hue angle of 121.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C92B is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 43 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.21 |
| HSL | 121.12º | 0.67% | 0.47% | - |
| HSV(B) | 121.12º | 0.8% | 0.79% | - |
| XYZ | 22.2 | 42.4 | 9.3 | - |
| YUV | 134.85 | 76.16 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 43 | 0.80 | 0 | 0.79 | 0.21 | 121.12 | 0.67 | 0.47 |
| Hex | 28 | C9 | 2B | 50 | 0 | 4F | 15 | 79 | 43 | 2F |
| Octal | 50 | 311 | 53 | 120 | 0 | 117 | 25 | 171 | 103 | 57 |
| Binary | 101000 | 11001001 | 101011 | 1010000 | 0 | 1001111 | 10101 | 1111001 | 1000011 | 101111 |
Color Harmonies of #28C92B
Complementary color
Monochromatic Colors of #28C92B
Black with #28C92B
Text Example
Text Example
White with #28C92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C92B; }
p { color: rgb(40,201,43); }
H1.HeaderClassName
{
color: #28C92B;
}
.AnyTagClassName
{
color: #28C92B;
}
</style>
background-color css
<style>
a { background-color: #28C92B; }
a { background-color: rgb(40,201,43); }
div.DivClassName
{
background-color: #28C92B;
}
.BgClassName
{
background-color: #28C92B;
}
</style>
border-color css
<style>
span { border-color: #28C92B; }
span { border-color: rgb(40,201,43); }
td.TdClassName
{
border-color: #28C92B;
}
.TagClassName
{
border-color: #28C92B;
}
</style>