Shades of Dark Pastel Green #11DC2C
Tints of Dark Pastel Green #11DC2C
RGB
CMYK
RGB Variations
Color information
#11DC2C (or 0x11DC2C) is known color: Dark Pastel Green. HEX triplet: 11, DC and 2C. RGB value is (17,220,44). Sum of RGB (Red+Green+Blue) = 17+220+44=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 220 (86.33% from 255 or 78.29% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DC2C is #EE23D3. Grayscale: #8B8B8B. Windows color (decimal): -15606740 or 2939921. OLE color: 2939921.
HSL color Cylindrical-coordinate representation of color #11DC2C: hue angle of 127.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DC2C is Cyan = 0.92, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 44 | - |
| CMYK | 0.92 | 0 | 0.8 | 0.14 |
| HSL | 127.98º | 0.86% | 0.46% | - |
| HSV(B) | 127.98º | 0.92% | 0.86% | - |
| XYZ | 26.28 | 51.49 | 10.94 | - |
| YUV | 139.24 | 74.25 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 44 | 0.92 | 0 | 0.8 | 0.14 | 127.98 | 0.86 | 0.46 |
| Hex | 11 | DC | 2C | 5C | 0 | 50 | E | 80 | 56 | 2E |
| Octal | 21 | 334 | 54 | 134 | 0 | 120 | 16 | 200 | 126 | 56 |
| Binary | 10001 | 11011100 | 101100 | 1011100 | 0 | 1010000 | 1110 | 10000000 | 1010110 | 101110 |
Color Harmonies of #11DC2C
Complementary color
Monochromatic Colors of #11DC2C
Black with #11DC2C
Text Example
Text Example
White with #11DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC2C; }
p { color: rgb(17,220,44); }
H1.HeaderClassName
{
color: #11DC2C;
}
.AnyTagClassName
{
color: #11DC2C;
}
</style>
background-color css
<style>
a { background-color: #11DC2C; }
a { background-color: rgb(17,220,44); }
div.DivClassName
{
background-color: #11DC2C;
}
.BgClassName
{
background-color: #11DC2C;
}
</style>
border-color css
<style>
span { border-color: #11DC2C; }
span { border-color: rgb(17,220,44); }
td.TdClassName
{
border-color: #11DC2C;
}
.TagClassName
{
border-color: #11DC2C;
}
</style>