Shades of Lime Green #2CDC1B
Tints of Lime Green #2CDC1B
RGB
CMYK
RGB Variations
Color information
#2CDC1B (or 0x2CDC1B) is known color: Lime Green. HEX triplet: 2C, DC and 1B. RGB value is (44,220,27). Sum of RGB (Red+Green+Blue) = 44+220+27=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 220 (86.33% from 255 or 75.60% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDC1B is #D323E4. Grayscale: #919191. Windows color (decimal): -13837285 or 1825836. OLE color: 1825836.
HSL color Cylindrical-coordinate representation of color #2CDC1B: hue angle of 114.72º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CDC1B is Cyan = 0.8, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 27 | - |
| CMYK | 0.8 | 0 | 0.88 | 0.14 |
| HSL | 114.72º | 0.78% | 0.48% | - |
| HSV(B) | 114.72º | 0.88% | 0.86% | - |
| XYZ | 26.83 | 51.8 | 9.62 | - |
| YUV | 145.37 | 61.19 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 27 | 0.8 | 0 | 0.88 | 0.14 | 114.72 | 0.78 | 0.48 |
| Hex | 2C | DC | 1B | 50 | 0 | 58 | E | 73 | 4E | 30 |
| Octal | 54 | 334 | 33 | 120 | 0 | 130 | 16 | 163 | 116 | 60 |
| Binary | 101100 | 11011100 | 11011 | 1010000 | 0 | 1011000 | 1110 | 1110011 | 1001110 | 110000 |
Color Harmonies of #2CDC1B
Complementary color
Monochromatic Colors of #2CDC1B
Black with #2CDC1B
Text Example
Text Example
White with #2CDC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC1B; }
p { color: rgb(44,220,27); }
H1.HeaderClassName
{
color: #2CDC1B;
}
.AnyTagClassName
{
color: #2CDC1B;
}
</style>
background-color css
<style>
a { background-color: #2CDC1B; }
a { background-color: rgb(44,220,27); }
div.DivClassName
{
background-color: #2CDC1B;
}
.BgClassName
{
background-color: #2CDC1B;
}
</style>
border-color css
<style>
span { border-color: #2CDC1B; }
span { border-color: rgb(44,220,27); }
td.TdClassName
{
border-color: #2CDC1B;
}
.TagClassName
{
border-color: #2CDC1B;
}
</style>