Html Css Color HEX #11DC03 Free Speech Green

📋 copy color: '#11DC03'

red 17 ◦ green 220 ◦ blue 3

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

Shades of Free Speech Green #11DC03

Tints of Free Speech Green #11DC03

RGB

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

 GREEN value IS 220 (86.33% from 255) = 91.67%

 BLUE value IS 3 (1.56% from 255) = 1.25%

R = 7.08%
G = 91.67%
B = 1.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#11DC03 (or 0x11DC03) is known color: Free Speech Green. HEX triplet: 11, DC and 03. RGB value is (17,220,3). Sum of RGB (Red+Green+Blue) = 17+220+3=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 220 (86.33% from 255 or 91.67% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DC03 is #EE23FC. Grayscale: #878787. Windows color (decimal): -15606781 or 252945. OLE color: 252945.

HSL color Cylindrical-coordinate representation of color #11DC03: hue angle of 116.13º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11DC03 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 220 3 -
CMYK 0.92 0 0.99 0.14
HSL 116.13º 0.97% 0.44% -
HSV(B) 116.13º 0.99% 0.86% -
XYZ 25.84 51.31 8.63 -
YUV 134.57 53.75 44.14 -
System Red Green Blue C M Y K H S L
Decimal 17 220 3 0.92 0 0.99 0.14 116.13 0.97 0.44
Hex 11 DC 3 5C 0 63 E 74 61 2C
Octal 21 334 3 134 0 143 16 164 141 54
Binary 10001 11011100 11 1011100 0 1100011 1110 1110100 1100001 101100

Color Harmonies of #11DC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DC03

Black with #11DC03

Text Example


Text Example

White with #11DC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,220,3); }

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

background-color css

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

 a { background-color: rgb(17,220,3); }

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

border-color css

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

 span { border-color: rgb(17,220,3); }

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