Shades of Lime Green #28CA28
Tints of Lime Green #28CA28
RGB
CMYK
RGB Variations
Color information
#28CA28 (or 0x28CA28) is known color: Lime Green. HEX triplet: 28, CA and 28. RGB value is (40,202,40). Sum of RGB (Red+Green+Blue) = 40+202+40=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CA28 is #D735D7. Grayscale: #878787. Windows color (decimal): -14104024 or 2673192. OLE color: 2673192.
HSL color Cylindrical-coordinate representation of color #28CA28: hue angle of 120º 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 #28CA28 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 40 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.21 |
| HSL | 120º | 0.67% | 0.47% | - |
| HSV(B) | 120º | 0.8% | 0.79% | - |
| XYZ | 22.38 | 42.85 | 9.1 | - |
| YUV | 135.09 | 74.33 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 40 | 0.80 | 0 | 0.80 | 0.21 | 120 | 0.67 | 0.47 |
| Hex | 28 | CA | 28 | 50 | 0 | 50 | 15 | 78 | 43 | 2F |
| Octal | 50 | 312 | 50 | 120 | 0 | 120 | 25 | 170 | 103 | 57 |
| Binary | 101000 | 11001010 | 101000 | 1010000 | 0 | 1010000 | 10101 | 1111000 | 1000011 | 101111 |
Color Harmonies of #28CA28
Complementary color
Monochromatic Colors of #28CA28
Black with #28CA28
Text Example
Text Example
White with #28CA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CA28; }
p { color: rgb(40,202,40); }
H1.HeaderClassName
{
color: #28CA28;
}
.AnyTagClassName
{
color: #28CA28;
}
</style>
background-color css
<style>
a { background-color: #28CA28; }
a { background-color: rgb(40,202,40); }
div.DivClassName
{
background-color: #28CA28;
}
.BgClassName
{
background-color: #28CA28;
}
</style>
border-color css
<style>
span { border-color: #28CA28; }
span { border-color: rgb(40,202,40); }
td.TdClassName
{
border-color: #28CA28;
}
.TagClassName
{
border-color: #28CA28;
}
</style>