Shades of Lime Green #1CDB20
Tints of Lime Green #1CDB20
RGB
CMYK
RGB Variations
Color information
#1CDB20 (or 0x1CDB20) is known color: Lime Green. HEX triplet: 1C, DB and 20. RGB value is (28,219,32). Sum of RGB (Red+Green+Blue) = 28+219+32=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 219 (85.94% from 255 or 78.49% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDB20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDB20 is #E324DF. Grayscale: #8D8D8D. Windows color (decimal): -14886112 or 2153244. OLE color: 2153244.
HSL color Cylindrical-coordinate representation of color #1CDB20: hue angle of 121.26º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDB20 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 219 | 32 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.14 |
| HSL | 121.26º | 0.77% | 0.48% | - |
| HSV(B) | 121.26º | 0.87% | 0.86% | - |
| XYZ | 26.07 | 51.01 | 9.84 | - |
| YUV | 140.57 | 66.72 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 32 | 0.87 | 0 | 0.85 | 0.14 | 121.26 | 0.77 | 0.48 |
| Hex | 1C | DB | 20 | 57 | 0 | 55 | E | 79 | 4D | 30 |
| Octal | 34 | 333 | 40 | 127 | 0 | 125 | 16 | 171 | 115 | 60 |
| Binary | 11100 | 11011011 | 100000 | 1010111 | 0 | 1010101 | 1110 | 1111001 | 1001101 | 110000 |
Color Harmonies of #1CDB20
Complementary color
Monochromatic Colors of #1CDB20
Black with #1CDB20
Text Example
Text Example
White with #1CDB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDB20; }
p { color: rgb(28,219,32); }
H1.HeaderClassName
{
color: #1CDB20;
}
.AnyTagClassName
{
color: #1CDB20;
}
</style>
background-color css
<style>
a { background-color: #1CDB20; }
a { background-color: rgb(28,219,32); }
div.DivClassName
{
background-color: #1CDB20;
}
.BgClassName
{
background-color: #1CDB20;
}
</style>
border-color css
<style>
span { border-color: #1CDB20; }
span { border-color: rgb(28,219,32); }
td.TdClassName
{
border-color: #1CDB20;
}
.TagClassName
{
border-color: #1CDB20;
}
</style>