Shades of Lime Green #28CD0B
Tints of Lime Green #28CD0B
RGB
CMYK
RGB Variations
Color information
#28CD0B (or 0x28CD0B) is known color: Lime Green. HEX triplet: 28, CD and 0B. RGB value is (40,205,11). Sum of RGB (Red+Green+Blue) = 40+205+11=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 205 (80.47% from 255 or 80.08% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28CD0B is #D732F4. Grayscale: #868686. Windows color (decimal): -14103285 or 773416. OLE color: 773416.
HSL color Cylindrical-coordinate representation of color #28CD0B: hue angle of 111.03º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28CD0B is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 205 | 11 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.20 |
| HSL | 111.03º | 0.9% | 0.42% | - |
| HSV(B) | 111.03º | 0.95% | 0.8% | - |
| XYZ | 22.77 | 44.14 | 7.64 | - |
| YUV | 133.55 | 58.84 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 11 | 0.80 | 0 | 0.95 | 0.20 | 111.03 | 0.9 | 0.42 |
| Hex | 28 | CD | B | 50 | 0 | 5F | 14 | 6F | 5A | 2A |
| Octal | 50 | 315 | 13 | 120 | 0 | 137 | 24 | 157 | 132 | 52 |
| Binary | 101000 | 11001101 | 1011 | 1010000 | 0 | 1011111 | 10100 | 1101111 | 1011010 | 101010 |
Color Harmonies of #28CD0B
Complementary color
Monochromatic Colors of #28CD0B
Black with #28CD0B
Text Example
Text Example
White with #28CD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CD0B; }
p { color: rgb(40,205,11); }
H1.HeaderClassName
{
color: #28CD0B;
}
.AnyTagClassName
{
color: #28CD0B;
}
</style>
background-color css
<style>
a { background-color: #28CD0B; }
a { background-color: rgb(40,205,11); }
div.DivClassName
{
background-color: #28CD0B;
}
.BgClassName
{
background-color: #28CD0B;
}
</style>
border-color css
<style>
span { border-color: #28CD0B; }
span { border-color: rgb(40,205,11); }
td.TdClassName
{
border-color: #28CD0B;
}
.TagClassName
{
border-color: #28CD0B;
}
</style>