Html Css Color HEX #11CF2B Dark Pastel Green

📋 copy color: '#11CF2B'

red 17 ◦ green 207 ◦ blue 43

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

Shades of Dark Pastel Green #11CF2B

Tints of Dark Pastel Green #11CF2B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 77.53%

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

R = 6.37%
G = 77.53%
B = 16.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#11CF2B (or 0x11CF2B) is known color: Dark Pastel Green. HEX triplet: 11, CF and 2B. RGB value is (17,207,43). Sum of RGB (Red+Green+Blue) = 17+207+43=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 207 (81.25% from 255 or 77.53% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CF2B is #EE30D4. Grayscale: #838383. Windows color (decimal): -15610069 or 2871057. OLE color: 2871057.

HSL color Cylindrical-coordinate representation of color #11CF2B: hue angle of 128.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CF2B is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 207 43 -
CMYK 0.92 0 0.79 0.19
HSL 128.21º 0.85% 0.44% -
HSV(B) 128.21º 0.92% 0.81% -
XYZ 22.98 44.92 9.74 -
YUV 131.49 78.05 46.34 -
System Red Green Blue C M Y K H S L
Decimal 17 207 43 0.92 0 0.79 0.19 128.21 0.85 0.44
Hex 11 CF 2B 5C 0 4F 13 80 55 2C
Octal 21 317 53 134 0 117 23 200 125 54
Binary 10001 11001111 101011 1011100 0 1001111 10011 10000000 1010101 101100

Color Harmonies of #11CF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CF2B

Black with #11CF2B

Text Example


Text Example

White with #11CF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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