Shades of Lime Green #28CC42
Tints of Lime Green #28CC42
RGB
CMYK
RGB Variations
Color information
#28CC42 (or 0x28CC42) is known color: Lime Green. HEX triplet: 28, CC and 42. RGB value is (40,204,66). Sum of RGB (Red+Green+Blue) = 40+204+66=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CC42 is #D733BD. Grayscale: #8B8B8B. Windows color (decimal): -14103486 or 4377640. OLE color: 4377640.
HSL color Cylindrical-coordinate representation of color #28CC42: hue angle of 129.51º 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 #28CC42 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 204 | 66 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.2 |
| HSL | 129.51º | 0.67% | 0.48% | - |
| HSV(B) | 129.51º | 0.8% | 0.8% | - |
| XYZ | 23.45 | 44.03 | 12.42 | - |
| YUV | 139.23 | 86.67 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 66 | 0.80 | 0 | 0.68 | 0.2 | 129.51 | 0.67 | 0.48 |
| Hex | 28 | CC | 42 | 50 | 0 | 44 | 14 | 82 | 43 | 30 |
| Octal | 50 | 314 | 102 | 120 | 0 | 104 | 24 | 202 | 103 | 60 |
| Binary | 101000 | 11001100 | 1000010 | 1010000 | 0 | 1000100 | 10100 | 10000010 | 1000011 | 110000 |
Color Harmonies of #28CC42
Complementary color
Monochromatic Colors of #28CC42
Black with #28CC42
Text Example
Text Example
White with #28CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CC42; }
p { color: rgb(40,204,66); }
H1.HeaderClassName
{
color: #28CC42;
}
.AnyTagClassName
{
color: #28CC42;
}
</style>
background-color css
<style>
a { background-color: #28CC42; }
a { background-color: rgb(40,204,66); }
div.DivClassName
{
background-color: #28CC42;
}
.BgClassName
{
background-color: #28CC42;
}
</style>
border-color css
<style>
span { border-color: #28CC42; }
span { border-color: rgb(40,204,66); }
td.TdClassName
{
border-color: #28CC42;
}
.TagClassName
{
border-color: #28CC42;
}
</style>