Shades of Lime Green #28C831
Tints of Lime Green #28C831
RGB
CMYK
RGB Variations
Color information
#28C831 (or 0x28C831) is known color: Lime Green. HEX triplet: 28, C8 and 31. RGB value is (40,200,49). Sum of RGB (Red+Green+Blue) = 40+200+49=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 200 (78.52% from 255 or 69.20% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 200 - color contains mainly: green. Hex color #28C831 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C831 is #D737CE. Grayscale: #878787. Windows color (decimal): -14104527 or 3262504. OLE color: 3262504.
HSL color Cylindrical-coordinate representation of color #28C831: hue angle of 123.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C831 is Cyan = 0.8, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 49 | - |
| CMYK | 0.8 | 0 | 0.76 | 0.22 |
| HSL | 123.38º | 0.67% | 0.47% | - |
| HSV(B) | 123.38º | 0.8% | 0.78% | - |
| XYZ | 22.08 | 41.98 | 9.85 | - |
| YUV | 134.95 | 79.49 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 49 | 0.8 | 0 | 0.76 | 0.22 | 123.38 | 0.67 | 0.47 |
| Hex | 28 | C8 | 31 | 50 | 0 | 4C | 16 | 7B | 43 | 2F |
| Octal | 50 | 310 | 61 | 120 | 0 | 114 | 26 | 173 | 103 | 57 |
| Binary | 101000 | 11001000 | 110001 | 1010000 | 0 | 1001100 | 10110 | 1111011 | 1000011 | 101111 |
Color Harmonies of #28C831
Complementary color
Monochromatic Colors of #28C831
Black with #28C831
Text Example
Text Example
White with #28C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C831; }
p { color: rgb(40,200,49); }
H1.HeaderClassName
{
color: #28C831;
}
.AnyTagClassName
{
color: #28C831;
}
</style>
background-color css
<style>
a { background-color: #28C831; }
a { background-color: rgb(40,200,49); }
div.DivClassName
{
background-color: #28C831;
}
.BgClassName
{
background-color: #28C831;
}
</style>
border-color css
<style>
span { border-color: #28C831; }
span { border-color: rgb(40,200,49); }
td.TdClassName
{
border-color: #28C831;
}
.TagClassName
{
border-color: #28C831;
}
</style>