Shades of Lime Green #28CC1C
Tints of Lime Green #28CC1C
RGB
CMYK
RGB Variations
Color information
#28CC1C (or 0x28CC1C) is known color: Lime Green. HEX triplet: 28, CC and 1C. RGB value is (40,204,28). Sum of RGB (Red+Green+Blue) = 40+204+28=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 204 (80.08% from 255 or 75% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CC1C is #D733E3. Grayscale: #878787. Windows color (decimal): -14103524 or 1887272. OLE color: 1887272.
HSL color Cylindrical-coordinate representation of color #28CC1C: hue angle of 115.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28CC1C is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 204 | 28 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.2 |
| HSL | 115.91º | 0.76% | 0.45% | - |
| HSV(B) | 115.91º | 0.86% | 0.8% | - |
| XYZ | 22.68 | 43.72 | 8.34 | - |
| YUV | 134.9 | 67.67 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 28 | 0.80 | 0 | 0.86 | 0.2 | 115.91 | 0.76 | 0.45 |
| Hex | 28 | CC | 1C | 50 | 0 | 56 | 14 | 74 | 4C | 2D |
| Octal | 50 | 314 | 34 | 120 | 0 | 126 | 24 | 164 | 114 | 55 |
| Binary | 101000 | 11001100 | 11100 | 1010000 | 0 | 1010110 | 10100 | 1110100 | 1001100 | 101101 |
Color Harmonies of #28CC1C
Complementary color
Monochromatic Colors of #28CC1C
Black with #28CC1C
Text Example
Text Example
White with #28CC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CC1C; }
p { color: rgb(40,204,28); }
H1.HeaderClassName
{
color: #28CC1C;
}
.AnyTagClassName
{
color: #28CC1C;
}
</style>
background-color css
<style>
a { background-color: #28CC1C; }
a { background-color: rgb(40,204,28); }
div.DivClassName
{
background-color: #28CC1C;
}
.BgClassName
{
background-color: #28CC1C;
}
</style>
border-color css
<style>
span { border-color: #28CC1C; }
span { border-color: rgb(40,204,28); }
td.TdClassName
{
border-color: #28CC1C;
}
.TagClassName
{
border-color: #28CC1C;
}
</style>