Shades of Dark Pastel Green #11BF2C
Tints of Dark Pastel Green #11BF2C
RGB
CMYK
RGB Variations
Color information
#11BF2C (or 0x11BF2C) is known color: Dark Pastel Green. HEX triplet: 11, BF and 2C. RGB value is (17,191,44). Sum of RGB (Red+Green+Blue) = 17+191+44=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 191 (75% from 255 or 75.79% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BF2C is #EE40D3. Grayscale: #7A7A7A. Windows color (decimal): -15614164 or 2932497. OLE color: 2932497.
HSL color Cylindrical-coordinate representation of color #11BF2C: hue angle of 129.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BF2C is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 191 | 44 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.25 |
| HSL | 129.31º | 0.84% | 0.41% | - |
| HSV(B) | 129.31º | 0.91% | 0.75% | - |
| XYZ | 19.32 | 37.56 | 8.62 | - |
| YUV | 122.22 | 83.85 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 191 | 44 | 0.91 | 0 | 0.77 | 0.25 | 129.31 | 0.84 | 0.41 |
| Hex | 11 | BF | 2C | 5B | 0 | 4D | 19 | 81 | 54 | 29 |
| Octal | 21 | 277 | 54 | 133 | 0 | 115 | 31 | 201 | 124 | 51 |
| Binary | 10001 | 10111111 | 101100 | 1011011 | 0 | 1001101 | 11001 | 10000001 | 1010100 | 101001 |
Color Harmonies of #11BF2C
Complementary color
Monochromatic Colors of #11BF2C
Black with #11BF2C
Text Example
Text Example
White with #11BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BF2C; }
p { color: rgb(17,191,44); }
H1.HeaderClassName
{
color: #11BF2C;
}
.AnyTagClassName
{
color: #11BF2C;
}
</style>
background-color css
<style>
a { background-color: #11BF2C; }
a { background-color: rgb(17,191,44); }
div.DivClassName
{
background-color: #11BF2C;
}
.BgClassName
{
background-color: #11BF2C;
}
</style>
border-color css
<style>
span { border-color: #11BF2C; }
span { border-color: rgb(17,191,44); }
td.TdClassName
{
border-color: #11BF2C;
}
.TagClassName
{
border-color: #11BF2C;
}
</style>