Shades of Lime Green #28C44B
Tints of Lime Green #28C44B
RGB
CMYK
RGB Variations
Color information
#28C44B (or 0x28C44B) is known color: Lime Green. HEX triplet: 28, C4 and 4B. RGB value is (40,196,75). Sum of RGB (Red+Green+Blue) = 40+196+75=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #28C44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C44B is #D73BB4. Grayscale: #878787. Windows color (decimal): -14105525 or 4965416. OLE color: 4965416.
HSL color Cylindrical-coordinate representation of color #28C44B: hue angle of 133.46º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C44B is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 75 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.23 |
| HSL | 133.46º | 0.66% | 0.46% | - |
| HSV(B) | 133.46º | 0.8% | 0.77% | - |
| XYZ | 21.89 | 40.44 | 13.31 | - |
| YUV | 135.56 | 93.82 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 75 | 0.80 | 0 | 0.62 | 0.23 | 133.46 | 0.66 | 0.46 |
| Hex | 28 | C4 | 4B | 50 | 0 | 3E | 17 | 85 | 42 | 2E |
| Octal | 50 | 304 | 113 | 120 | 0 | 76 | 27 | 205 | 102 | 56 |
| Binary | 101000 | 11000100 | 1001011 | 1010000 | 0 | 111110 | 10111 | 10000101 | 1000010 | 101110 |
Color Harmonies of #28C44B
Complementary color
Monochromatic Colors of #28C44B
Black with #28C44B
Text Example
Text Example
White with #28C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C44B; }
p { color: rgb(40,196,75); }
H1.HeaderClassName
{
color: #28C44B;
}
.AnyTagClassName
{
color: #28C44B;
}
</style>
background-color css
<style>
a { background-color: #28C44B; }
a { background-color: rgb(40,196,75); }
div.DivClassName
{
background-color: #28C44B;
}
.BgClassName
{
background-color: #28C44B;
}
</style>
border-color css
<style>
span { border-color: #28C44B; }
span { border-color: rgb(40,196,75); }
td.TdClassName
{
border-color: #28C44B;
}
.TagClassName
{
border-color: #28C44B;
}
</style>