Shades of Lime Green #28CA3E
Tints of Lime Green #28CA3E
RGB
CMYK
RGB Variations
Color information
#28CA3E (or 0x28CA3E) is known color: Lime Green. HEX triplet: 28, CA and 3E. RGB value is (40,202,62). Sum of RGB (Red+Green+Blue) = 40+202+62=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 202 (79.30% from 255 or 66.45% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CA3E is #D735C1. Grayscale: #8A8A8A. Windows color (decimal): -14104002 or 4114984. OLE color: 4114984.
HSL color Cylindrical-coordinate representation of color #28CA3E: hue angle of 128.15º 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 #28CA3E is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 62 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.21 |
| HSL | 128.15º | 0.67% | 0.47% | - |
| HSV(B) | 128.15º | 0.8% | 0.79% | - |
| XYZ | 22.87 | 43.04 | 11.66 | - |
| YUV | 137.6 | 85.33 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 62 | 0.80 | 0 | 0.69 | 0.21 | 128.15 | 0.67 | 0.47 |
| Hex | 28 | CA | 3E | 50 | 0 | 45 | 15 | 80 | 43 | 2F |
| Octal | 50 | 312 | 76 | 120 | 0 | 105 | 25 | 200 | 103 | 57 |
| Binary | 101000 | 11001010 | 111110 | 1010000 | 0 | 1000101 | 10101 | 10000000 | 1000011 | 101111 |
Color Harmonies of #28CA3E
Complementary color
Monochromatic Colors of #28CA3E
Black with #28CA3E
Text Example
Text Example
White with #28CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CA3E; }
p { color: rgb(40,202,62); }
H1.HeaderClassName
{
color: #28CA3E;
}
.AnyTagClassName
{
color: #28CA3E;
}
</style>
background-color css
<style>
a { background-color: #28CA3E; }
a { background-color: rgb(40,202,62); }
div.DivClassName
{
background-color: #28CA3E;
}
.BgClassName
{
background-color: #28CA3E;
}
</style>
border-color css
<style>
span { border-color: #28CA3E; }
span { border-color: rgb(40,202,62); }
td.TdClassName
{
border-color: #28CA3E;
}
.TagClassName
{
border-color: #28CA3E;
}
</style>