Html Css Color HEX #11D40D Free Speech Green

📋 copy color: '#11D40D'

red 17 ◦ green 212 ◦ blue 13

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

Shades of Free Speech Green #11D40D

Tints of Free Speech Green #11D40D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 87.6%

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 7.02%
G = 87.6%
B = 5.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#11D40D (or 0x11D40D) is known color: Free Speech Green. HEX triplet: 11, D4 and 0D. RGB value is (17,212,13). Sum of RGB (Red+Green+Blue) = 17+212+13=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 212 (83.20% from 255 or 87.60% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 212 - color contains mainly: green. Hex color #11D40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D40D is #EE2BF2. Grayscale: #838383. Windows color (decimal): -15608819 or 906257. OLE color: 906257.

HSL color Cylindrical-coordinate representation of color #11D40D: hue angle of 118.79º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11D40D is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 17 212 13 -
CMYK 0.92 0 0.94 0.17
HSL 118.79º 0.88% 0.44% -
HSV(B) 118.79º 0.94% 0.83% -
XYZ 23.85 47.24 8.24 -
YUV 131.01 61.4 46.68 -
System Red Green Blue C M Y K H S L
Decimal 17 212 13 0.92 0 0.94 0.17 118.79 0.88 0.44
Hex 11 D4 D 5C 0 5E 11 77 58 2C
Octal 21 324 15 134 0 136 21 167 130 54
Binary 10001 11010100 1101 1011100 0 1011110 10001 1110111 1011000 101100

Color Harmonies of #11D40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D40D

Black with #11D40D

Text Example


Text Example

White with #11D40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,212,13); }

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

background-color css

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

 a { background-color: rgb(17,212,13); }

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

border-color css

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

 span { border-color: rgb(17,212,13); }

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