Html Css Color HEX #11DF00 Free Speech Green

📋 copy color: '#11DF00'

red 17 ◦ green 223 ◦ blue 0

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

Shades of Free Speech Green #11DF00

Tints of Free Speech Green #11DF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 92.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.08%
G = 92.92%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#11DF00 (or 0x11DF00) is known color: Free Speech Green. HEX triplet: 11, DF and 00. RGB value is (17,223,0). Sum of RGB (Red+Green+Blue) = 17+223+0=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 223 (87.5% from 255 or 92.92% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 223 - color contains mainly: green. Hex color #11DF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DF00 is #EE20FF. Grayscale: #888888. Windows color (decimal): -15606016 or 57105. OLE color: 57105.

HSL color Cylindrical-coordinate representation of color #11DF00: hue angle of 115.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11DF00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 223 0 -
CMYK 0.92 0 1 0.13
HSL 115.43º 1% 0.44% -
HSV(B) 115.43º 1% 0.87% -
XYZ 26.62 52.89 8.81 -
YUV 135.98 51.25 43.13 -
System Red Green Blue C M Y K H S L
Decimal 17 223 0 0.92 0 1 0.13 115.43 1 0.44
Hex 11 DF 0 5C 0 64 D 73 64 2C
Octal 21 337 0 134 0 144 15 163 144 54
Binary 10001 11011111 0 1011100 0 1100100 1101 1110011 1100100 101100

Color Harmonies of #11DF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DF00

Black with #11DF00

Text Example


Text Example

White with #11DF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,223,0); }

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

background-color css

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

 a { background-color: rgb(17,223,0); }

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

border-color css

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

 span { border-color: rgb(17,223,0); }

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