Shades of Lime Green #28C92A
Tints of Lime Green #28C92A
RGB
CMYK
RGB Variations
Color information
#28C92A (or 0x28C92A) is known color: Lime Green. HEX triplet: 28, C9 and 2A. RGB value is (40,201,42). Sum of RGB (Red+Green+Blue) = 40+201+42=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 201 (78.91% from 255 or 71.02% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 201 - color contains mainly: green. Hex color #28C92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C92A is #D736D5. Grayscale: #878787. Windows color (decimal): -14104278 or 2804008. OLE color: 2804008.
HSL color Cylindrical-coordinate representation of color #28C92A: hue angle of 120.75º 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 #28C92A is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 42 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.21 |
| HSL | 120.75º | 0.67% | 0.47% | - |
| HSV(B) | 120.75º | 0.8% | 0.79% | - |
| XYZ | 22.18 | 42.39 | 9.2 | - |
| YUV | 134.74 | 75.66 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 42 | 0.80 | 0 | 0.79 | 0.21 | 120.75 | 0.67 | 0.47 |
| Hex | 28 | C9 | 2A | 50 | 0 | 4F | 15 | 79 | 43 | 2F |
| Octal | 50 | 311 | 52 | 120 | 0 | 117 | 25 | 171 | 103 | 57 |
| Binary | 101000 | 11001001 | 101010 | 1010000 | 0 | 1001111 | 10101 | 1111001 | 1000011 | 101111 |
Color Harmonies of #28C92A
Complementary color
Monochromatic Colors of #28C92A
Black with #28C92A
Text Example
Text Example
White with #28C92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C92A; }
p { color: rgb(40,201,42); }
H1.HeaderClassName
{
color: #28C92A;
}
.AnyTagClassName
{
color: #28C92A;
}
</style>
background-color css
<style>
a { background-color: #28C92A; }
a { background-color: rgb(40,201,42); }
div.DivClassName
{
background-color: #28C92A;
}
.BgClassName
{
background-color: #28C92A;
}
</style>
border-color css
<style>
span { border-color: #28C92A; }
span { border-color: rgb(40,201,42); }
td.TdClassName
{
border-color: #28C92A;
}
.TagClassName
{
border-color: #28C92A;
}
</style>