Shades of Lime Green #28CD1C
Tints of Lime Green #28CD1C
RGB
CMYK
RGB Variations
Color information
#28CD1C (or 0x28CD1C) is known color: Lime Green. HEX triplet: 28, CD and 1C. RGB value is (40,205,28). Sum of RGB (Red+Green+Blue) = 40+205+28=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 205 (80.47% from 255 or 75.09% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CD1C is #D732E3. Grayscale: #888888. Windows color (decimal): -14103268 or 1887528. OLE color: 1887528.
HSL color Cylindrical-coordinate representation of color #28CD1C: hue angle of 115.93º degrees, saturation: 0.76, 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 #28CD1C is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 205 | 28 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.20 |
| HSL | 115.93º | 0.76% | 0.46% | - |
| HSV(B) | 115.93º | 0.86% | 0.8% | - |
| XYZ | 22.92 | 44.2 | 8.42 | - |
| YUV | 135.49 | 67.34 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 28 | 0.80 | 0 | 0.86 | 0.20 | 115.93 | 0.76 | 0.46 |
| Hex | 28 | CD | 1C | 50 | 0 | 56 | 14 | 74 | 4C | 2E |
| Octal | 50 | 315 | 34 | 120 | 0 | 126 | 24 | 164 | 114 | 56 |
| Binary | 101000 | 11001101 | 11100 | 1010000 | 0 | 1010110 | 10100 | 1110100 | 1001100 | 101110 |
Color Harmonies of #28CD1C
Complementary color
Monochromatic Colors of #28CD1C
Black with #28CD1C
Text Example
Text Example
White with #28CD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CD1C; }
p { color: rgb(40,205,28); }
H1.HeaderClassName
{
color: #28CD1C;
}
.AnyTagClassName
{
color: #28CD1C;
}
</style>
background-color css
<style>
a { background-color: #28CD1C; }
a { background-color: rgb(40,205,28); }
div.DivClassName
{
background-color: #28CD1C;
}
.BgClassName
{
background-color: #28CD1C;
}
</style>
border-color css
<style>
span { border-color: #28CD1C; }
span { border-color: rgb(40,205,28); }
td.TdClassName
{
border-color: #28CD1C;
}
.TagClassName
{
border-color: #28CD1C;
}
</style>