Shades of Lime Green #28CB4A
Tints of Lime Green #28CB4A
RGB
CMYK
RGB Variations
Color information
#28CB4A (or 0x28CB4A) is known color: Lime Green. HEX triplet: 28, CB and 4A. RGB value is (40,203,74). Sum of RGB (Red+Green+Blue) = 40+203+74=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 203 (79.69% from 255 or 64.04% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 203 - color contains mainly: green. Hex color #28CB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CB4A is #D734B5. Grayscale: #8B8B8B. Windows color (decimal): -14103734 or 4901672. OLE color: 4901672.
HSL color Cylindrical-coordinate representation of color #28CB4A: hue angle of 132.52º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CB4A is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 74 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.20 |
| HSL | 132.52º | 0.67% | 0.48% | - |
| HSV(B) | 132.52º | 0.8% | 0.8% | - |
| XYZ | 23.47 | 43.66 | 13.67 | - |
| YUV | 139.56 | 91 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 74 | 0.80 | 0 | 0.64 | 0.20 | 132.52 | 0.67 | 0.48 |
| Hex | 28 | CB | 4A | 50 | 0 | 40 | 14 | 85 | 43 | 30 |
| Octal | 50 | 313 | 112 | 120 | 0 | 100 | 24 | 205 | 103 | 60 |
| Binary | 101000 | 11001011 | 1001010 | 1010000 | 0 | 1000000 | 10100 | 10000101 | 1000011 | 110000 |
Color Harmonies of #28CB4A
Complementary color
Monochromatic Colors of #28CB4A
Black with #28CB4A
Text Example
Text Example
White with #28CB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CB4A; }
p { color: rgb(40,203,74); }
H1.HeaderClassName
{
color: #28CB4A;
}
.AnyTagClassName
{
color: #28CB4A;
}
</style>
background-color css
<style>
a { background-color: #28CB4A; }
a { background-color: rgb(40,203,74); }
div.DivClassName
{
background-color: #28CB4A;
}
.BgClassName
{
background-color: #28CB4A;
}
</style>
border-color css
<style>
span { border-color: #28CB4A; }
span { border-color: rgb(40,203,74); }
td.TdClassName
{
border-color: #28CB4A;
}
.TagClassName
{
border-color: #28CB4A;
}
</style>