Shades of Lime Green #28CA2B
Tints of Lime Green #28CA2B
RGB
CMYK
RGB Variations
Color information
#28CA2B (or 0x28CA2B) is known color: Lime Green. HEX triplet: 28, CA and 2B. RGB value is (40,202,43). Sum of RGB (Red+Green+Blue) = 40+202+43=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CA2B is #D735D4. Grayscale: #878787. Windows color (decimal): -14104021 or 2869800. OLE color: 2869800.
HSL color Cylindrical-coordinate representation of color #28CA2B: hue angle of 121.11º 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 #28CA2B is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 43 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.21 |
| HSL | 121.11º | 0.67% | 0.47% | - |
| HSV(B) | 121.11º | 0.8% | 0.79% | - |
| XYZ | 22.43 | 42.87 | 9.38 | - |
| YUV | 135.44 | 75.83 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 43 | 0.80 | 0 | 0.79 | 0.21 | 121.11 | 0.67 | 0.47 |
| Hex | 28 | CA | 2B | 50 | 0 | 4F | 15 | 79 | 43 | 2F |
| Octal | 50 | 312 | 53 | 120 | 0 | 117 | 25 | 171 | 103 | 57 |
| Binary | 101000 | 11001010 | 101011 | 1010000 | 0 | 1001111 | 10101 | 1111001 | 1000011 | 101111 |
Color Harmonies of #28CA2B
Complementary color
Monochromatic Colors of #28CA2B
Black with #28CA2B
Text Example
Text Example
White with #28CA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CA2B; }
p { color: rgb(40,202,43); }
H1.HeaderClassName
{
color: #28CA2B;
}
.AnyTagClassName
{
color: #28CA2B;
}
</style>
background-color css
<style>
a { background-color: #28CA2B; }
a { background-color: rgb(40,202,43); }
div.DivClassName
{
background-color: #28CA2B;
}
.BgClassName
{
background-color: #28CA2B;
}
</style>
border-color css
<style>
span { border-color: #28CA2B; }
span { border-color: rgb(40,202,43); }
td.TdClassName
{
border-color: #28CA2B;
}
.TagClassName
{
border-color: #28CA2B;
}
</style>