Html Css Color HEX #11BF2B Dark Pastel Green

📋 copy color: '#11BF2B'

red 17 ◦ green 191 ◦ blue 43

#11BF2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #11BF2B

Tints of Dark Pastel Green #11BF2B

RGB

 RED value IS 17 (7.03% from 255) = 6.77%

 GREEN value IS 191 (75% from 255) = 76.1%

 BLUE value IS 43 (17.19% from 255) = 17.13%

R = 6.77%
G = 76.1%
B = 17.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#11BF2B (or 0x11BF2B) is known color: Dark Pastel Green. HEX triplet: 11, BF and 2B. RGB value is (17,191,43). Sum of RGB (Red+Green+Blue) = 17+191+43=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 191 (75% from 255 or 76.10% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BF2B is #EE40D4. Grayscale: #7A7A7A. Windows color (decimal): -15614165 or 2866961. OLE color: 2866961.

HSL color Cylindrical-coordinate representation of color #11BF2B: hue angle of 128.97º 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 #11BF2B is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 191 43 -
CMYK 0.91 0 0.77 0.25
HSL 128.97º 0.84% 0.41% -
HSV(B) 128.97º 0.91% 0.75% -
XYZ 19.3 37.56 8.52 -
YUV 122.1 83.35 53.03 -
System Red Green Blue C M Y K H S L
Decimal 17 191 43 0.91 0 0.77 0.25 128.97 0.84 0.41
Hex 11 BF 2B 5B 0 4D 19 81 54 29
Octal 21 277 53 133 0 115 31 201 124 51
Binary 10001 10111111 101011 1011011 0 1001101 11001 10000001 1010100 101001

Color Harmonies of #11BF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BF2B

Black with #11BF2B

Text Example


Text Example

White with #11BF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,191,43); }

 H1.HeaderClassName
 {
   color: #11BF2B;
 }
 .AnyTagClassName
 {
   color: #11BF2B;
 }
</style>

background-color css

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

 a { background-color: rgb(17,191,43); }

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

border-color css

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

 span { border-color: rgb(17,191,43); }

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