Shades of Lime Green #28CB24
Tints of Lime Green #28CB24
RGB
CMYK
RGB Variations
Color information
#28CB24 (or 0x28CB24) is known color: Lime Green. HEX triplet: 28, CB and 24. RGB value is (40,203,36). Sum of RGB (Red+Green+Blue) = 40+203+36=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #28CB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CB24 is #D734DB. Grayscale: #878787. Windows color (decimal): -14103772 or 2411304. OLE color: 2411304.
HSL color Cylindrical-coordinate representation of color #28CB24: hue angle of 118.56º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CB24 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 36 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.20 |
| HSL | 118.56º | 0.7% | 0.47% | - |
| HSV(B) | 118.56º | 0.82% | 0.8% | - |
| XYZ | 22.55 | 43.29 | 8.84 | - |
| YUV | 135.23 | 72 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 36 | 0.80 | 0 | 0.82 | 0.20 | 118.56 | 0.7 | 0.47 |
| Hex | 28 | CB | 24 | 50 | 0 | 52 | 14 | 77 | 46 | 2F |
| Octal | 50 | 313 | 44 | 120 | 0 | 122 | 24 | 167 | 106 | 57 |
| Binary | 101000 | 11001011 | 100100 | 1010000 | 0 | 1010010 | 10100 | 1110111 | 1000110 | 101111 |
Color Harmonies of #28CB24
Complementary color
Monochromatic Colors of #28CB24
Black with #28CB24
Text Example
Text Example
White with #28CB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CB24; }
p { color: rgb(40,203,36); }
H1.HeaderClassName
{
color: #28CB24;
}
.AnyTagClassName
{
color: #28CB24;
}
</style>
background-color css
<style>
a { background-color: #28CB24; }
a { background-color: rgb(40,203,36); }
div.DivClassName
{
background-color: #28CB24;
}
.BgClassName
{
background-color: #28CB24;
}
</style>
border-color css
<style>
span { border-color: #28CB24; }
span { border-color: rgb(40,203,36); }
td.TdClassName
{
border-color: #28CB24;
}
.TagClassName
{
border-color: #28CB24;
}
</style>