Shades of Lime Green #28CA3A
Tints of Lime Green #28CA3A
RGB
CMYK
RGB Variations
Color information
#28CA3A (or 0x28CA3A) is known color: Lime Green. HEX triplet: 28, CA and 3A. RGB value is (40,202,58). Sum of RGB (Red+Green+Blue) = 40+202+58=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 202 (79.30% from 255 or 67.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CA3A is #D735C5. Grayscale: #898989. Windows color (decimal): -14104006 or 3852840. OLE color: 3852840.
HSL color Cylindrical-coordinate representation of color #28CA3A: hue angle of 126.67º 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 #28CA3A is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 58 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.21 |
| HSL | 126.67º | 0.67% | 0.47% | - |
| HSV(B) | 126.67º | 0.8% | 0.79% | - |
| XYZ | 22.76 | 43 | 11.1 | - |
| YUV | 137.15 | 83.33 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 58 | 0.80 | 0 | 0.71 | 0.21 | 126.67 | 0.67 | 0.47 |
| Hex | 28 | CA | 3A | 50 | 0 | 47 | 15 | 7F | 43 | 2F |
| Octal | 50 | 312 | 72 | 120 | 0 | 107 | 25 | 177 | 103 | 57 |
| Binary | 101000 | 11001010 | 111010 | 1010000 | 0 | 1000111 | 10101 | 1111111 | 1000011 | 101111 |
Color Harmonies of #28CA3A
Complementary color
Monochromatic Colors of #28CA3A
Black with #28CA3A
Text Example
Text Example
White with #28CA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CA3A; }
p { color: rgb(40,202,58); }
H1.HeaderClassName
{
color: #28CA3A;
}
.AnyTagClassName
{
color: #28CA3A;
}
</style>
background-color css
<style>
a { background-color: #28CA3A; }
a { background-color: rgb(40,202,58); }
div.DivClassName
{
background-color: #28CA3A;
}
.BgClassName
{
background-color: #28CA3A;
}
</style>
border-color css
<style>
span { border-color: #28CA3A; }
span { border-color: rgb(40,202,58); }
td.TdClassName
{
border-color: #28CA3A;
}
.TagClassName
{
border-color: #28CA3A;
}
</style>