Shades of Lime Green #28CC1D
Tints of Lime Green #28CC1D
RGB
CMYK
RGB Variations
Color information
#28CC1D (or 0x28CC1D) is known color: Lime Green. HEX triplet: 28, CC and 1D. RGB value is (40,204,29). Sum of RGB (Red+Green+Blue) = 40+204+29=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 204 (80.08% from 255 or 74.73% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CC1D is #D733E2. Grayscale: #878787. Windows color (decimal): -14103523 or 1952808. OLE color: 1952808.
HSL color Cylindrical-coordinate representation of color #28CC1D: hue angle of 116.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28CC1D is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 204 | 29 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.2 |
| HSL | 116.23º | 0.75% | 0.46% | - |
| HSV(B) | 116.23º | 0.86% | 0.8% | - |
| XYZ | 22.69 | 43.73 | 8.41 | - |
| YUV | 135.01 | 68.17 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 29 | 0.80 | 0 | 0.86 | 0.2 | 116.23 | 0.75 | 0.46 |
| Hex | 28 | CC | 1D | 50 | 0 | 56 | 14 | 74 | 4B | 2E |
| Octal | 50 | 314 | 35 | 120 | 0 | 126 | 24 | 164 | 113 | 56 |
| Binary | 101000 | 11001100 | 11101 | 1010000 | 0 | 1010110 | 10100 | 1110100 | 1001011 | 101110 |
Color Harmonies of #28CC1D
Complementary color
Monochromatic Colors of #28CC1D
Black with #28CC1D
Text Example
Text Example
White with #28CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CC1D; }
p { color: rgb(40,204,29); }
H1.HeaderClassName
{
color: #28CC1D;
}
.AnyTagClassName
{
color: #28CC1D;
}
</style>
background-color css
<style>
a { background-color: #28CC1D; }
a { background-color: rgb(40,204,29); }
div.DivClassName
{
background-color: #28CC1D;
}
.BgClassName
{
background-color: #28CC1D;
}
</style>
border-color css
<style>
span { border-color: #28CC1D; }
span { border-color: rgb(40,204,29); }
td.TdClassName
{
border-color: #28CC1D;
}
.TagClassName
{
border-color: #28CC1D;
}
</style>