Shades of Lime Green #28C934
Tints of Lime Green #28C934
RGB
CMYK
RGB Variations
Color information
#28C934 (or 0x28C934) is known color: Lime Green. HEX triplet: 28, C9 and 34. RGB value is (40,201,52). Sum of RGB (Red+Green+Blue) = 40+201+52=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 201 (78.91% from 255 or 68.60% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 201 - color contains mainly: green. Hex color #28C934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C934 is #D736CB. Grayscale: #888888. Windows color (decimal): -14104268 or 3459368. OLE color: 3459368.
HSL color Cylindrical-coordinate representation of color #28C934: hue angle of 124.47º 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 #28C934 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 52 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.21 |
| HSL | 124.47º | 0.67% | 0.47% | - |
| HSV(B) | 124.47º | 0.8% | 0.79% | - |
| XYZ | 22.38 | 42.47 | 10.27 | - |
| YUV | 135.88 | 80.66 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 52 | 0.80 | 0 | 0.74 | 0.21 | 124.47 | 0.67 | 0.47 |
| Hex | 28 | C9 | 34 | 50 | 0 | 4A | 15 | 7C | 43 | 2F |
| Octal | 50 | 311 | 64 | 120 | 0 | 112 | 25 | 174 | 103 | 57 |
| Binary | 101000 | 11001001 | 110100 | 1010000 | 0 | 1001010 | 10101 | 1111100 | 1000011 | 101111 |
Color Harmonies of #28C934
Complementary color
Monochromatic Colors of #28C934
Black with #28C934
Text Example
Text Example
White with #28C934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C934; }
p { color: rgb(40,201,52); }
H1.HeaderClassName
{
color: #28C934;
}
.AnyTagClassName
{
color: #28C934;
}
</style>
background-color css
<style>
a { background-color: #28C934; }
a { background-color: rgb(40,201,52); }
div.DivClassName
{
background-color: #28C934;
}
.BgClassName
{
background-color: #28C934;
}
</style>
border-color css
<style>
span { border-color: #28C934; }
span { border-color: rgb(40,201,52); }
td.TdClassName
{
border-color: #28C934;
}
.TagClassName
{
border-color: #28C934;
}
</style>