Html Css Color HEX #11DD29 Free Speech Green

📋 copy color: '#11DD29'

red 17 ◦ green 221 ◦ blue 41

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

Shades of Free Speech Green #11DD29

Tints of Free Speech Green #11DD29

RGB

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

 GREEN value IS 221 (86.72% from 255) = 79.21%

 BLUE value IS 41 (16.41% from 255) = 14.7%

R = 6.09%
G = 79.21%
B = 14.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#11DD29 (or 0x11DD29) is known color: Free Speech Green. HEX triplet: 11, DD and 29. RGB value is (17,221,41). Sum of RGB (Red+Green+Blue) = 17+221+41=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 221 (86.72% from 255 or 79.21% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DD29 is #EE22D6. Grayscale: #8B8B8B. Windows color (decimal): -15606487 or 2743569. OLE color: 2743569.

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

Color convert

RGB 17 221 41 -
CMYK 0.92 0 0.81 0.13
HSL 127.06º 0.86% 0.47% -
HSV(B) 127.06º 0.92% 0.87% -
XYZ 26.49 51.99 10.74 -
YUV 139.48 72.41 40.64 -
System Red Green Blue C M Y K H S L
Decimal 17 221 41 0.92 0 0.81 0.13 127.06 0.86 0.47
Hex 11 DD 29 5C 0 51 D 7F 56 2F
Octal 21 335 51 134 0 121 15 177 126 57
Binary 10001 11011101 101001 1011100 0 1010001 1101 1111111 1010110 101111

Color Harmonies of #11DD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DD29

Black with #11DD29

Text Example


Text Example

White with #11DD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,221,41); }

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

background-color css

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

 a { background-color: rgb(17,221,41); }

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

border-color css

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

 span { border-color: rgb(17,221,41); }

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