Html Css Color HEX #11E30C Free Speech Green

📋 copy color: '#11E30C'

red 17 ◦ green 227 ◦ blue 12

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

Shades of Free Speech Green #11E30C

Tints of Free Speech Green #11E30C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 88.67%

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 6.64%
G = 88.67%
B = 4.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#11E30C (or 0x11E30C) is known color: Free Speech Green. HEX triplet: 11, E3 and 0C. RGB value is (17,227,12). Sum of RGB (Red+Green+Blue) = 17+227+12=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 227 (89.06% from 255 or 88.67% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 227 - color contains mainly: green. Hex color #11E30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11E30C is #EE1CF3. Grayscale: #8C8C8C. Windows color (decimal): -15604980 or 844561. OLE color: 844561.

HSL color Cylindrical-coordinate representation of color #11E30C: hue angle of 118.6º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11E30C is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 17 227 12 -
CMYK 0.93 0 0.95 0.11
HSL 118.6º 0.9% 0.47% -
HSV(B) 118.6º 0.95% 0.89% -
XYZ 27.77 55.08 9.52 -
YUV 139.7 55.93 40.48 -
System Red Green Blue C M Y K H S L
Decimal 17 227 12 0.93 0 0.95 0.11 118.6 0.9 0.47
Hex 11 E3 C 5D 0 5F B 77 5A 2F
Octal 21 343 14 135 0 137 13 167 132 57
Binary 10001 11100011 1100 1011101 0 1011111 1011 1110111 1011010 101111

Color Harmonies of #11E30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E30C

Black with #11E30C

Text Example


Text Example

White with #11E30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,227,12); }

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

background-color css

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

 a { background-color: rgb(17,227,12); }

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

border-color css

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

 span { border-color: rgb(17,227,12); }

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