Shades of Dark Pastel Green #11DC2F
Tints of Dark Pastel Green #11DC2F
RGB
CMYK
RGB Variations
Color information
#11DC2F (or 0x11DC2F) is known color: Dark Pastel Green. HEX triplet: 11, DC and 2F. RGB value is (17,220,47). Sum of RGB (Red+Green+Blue) = 17+220+47=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 220 (86.33% from 255 or 77.46% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DC2F is #EE23D0. Grayscale: #8C8C8C. Windows color (decimal): -15606737 or 3136529. OLE color: 3136529.
HSL color Cylindrical-coordinate representation of color #11DC2F: hue angle of 128.87º 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 #11DC2F is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 47 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.14 |
| HSL | 128.87º | 0.86% | 0.46% | - |
| HSV(B) | 128.87º | 0.92% | 0.86% | - |
| XYZ | 26.34 | 51.51 | 11.24 | - |
| YUV | 139.58 | 75.75 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 47 | 0.92 | 0 | 0.79 | 0.14 | 128.87 | 0.86 | 0.46 |
| Hex | 11 | DC | 2F | 5C | 0 | 4F | E | 81 | 56 | 2E |
| Octal | 21 | 334 | 57 | 134 | 0 | 117 | 16 | 201 | 126 | 56 |
| Binary | 10001 | 11011100 | 101111 | 1011100 | 0 | 1001111 | 1110 | 10000001 | 1010110 | 101110 |
Color Harmonies of #11DC2F
Complementary color
Monochromatic Colors of #11DC2F
Black with #11DC2F
Text Example
Text Example
White with #11DC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC2F; }
p { color: rgb(17,220,47); }
H1.HeaderClassName
{
color: #11DC2F;
}
.AnyTagClassName
{
color: #11DC2F;
}
</style>
background-color css
<style>
a { background-color: #11DC2F; }
a { background-color: rgb(17,220,47); }
div.DivClassName
{
background-color: #11DC2F;
}
.BgClassName
{
background-color: #11DC2F;
}
</style>
border-color css
<style>
span { border-color: #11DC2F; }
span { border-color: rgb(17,220,47); }
td.TdClassName
{
border-color: #11DC2F;
}
.TagClassName
{
border-color: #11DC2F;
}
</style>