#11BC2E

Color #11BC2E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #11BC2E

Tints of Dark Pastel Green #11BC2E

Color information

#11BC2E (or 0x11BC2E) is unknown color: approx Dark Pastel Green. HEX triplet: 11, BC and 2E. RGB value is (17,188,46). Sum of RGB (Red+Green+Blue) = 17+188+46=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 188 (73.83% from 255 or 74.90% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BC2E is #EE43D1. Grayscale: #797979. Windows color (decimal): -15614930 or 3062801. OLE color: 3062801.

HSL color Cylindrical-coordinate representation of color #11BC2E: hue angle of 130.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BC2E is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB1718846-
CMYK0.9100.760.26
HSL130.18º83.41%40.2%-
HSV(B)130.18º90.96%73.73%-
XYZ18.7136.288.6-
YUV120.6885.8554.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 6.77%
GREEN value IS 188 (73.83% from 255) = 74.90%
BLUE value IS 46 (18.36% from 255) = 18.33%
R=6.77%
G=74.90%
B=18.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17188460.9100.760.26130.1883.4140.2
Hex11BC2E5B04C1A825328
Octal212745613301143220212350
Binary100011011110010111010110110100110011010100000101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11BC2E; }

 p { color: rgb(17,188,46); }

 H1.HeaderClassName
 {
   color: #11BC2E;
 }
 .AnyTagClassName
 {
   color: #11BC2E;
 }
</style>
background-color css

<style>
 a { background-color: #11BC2E; }

 a { background-color: rgb(17,188,46); }

 div.DivClassName
 {
   background-color: #11BC2E;
 }
 .BgClassName
 {
   background-color: #11BC2E;
 }
</style>
border-color css

<style>
 span { border-color: #11BC2E; }

 span { border-color: rgb(17,188,46); }

 td.TdClassName
 {
   border-color: #11BC2E;
 }
 .TagClassName
 {
   border-color: #11BC2E;
 }
</style>