Html Css Color HEX #11E40F Free Speech Green

📋 copy color: '#11E40F'

red 17 ◦ green 228 ◦ blue 15

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

Shades of Free Speech Green #11E40F

Tints of Free Speech Green #11E40F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 87.69%

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 6.54%
G = 87.69%
B = 5.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#11E40F (or 0x11E40F) is known color: Free Speech Green. HEX triplet: 11, E4 and 0F. RGB value is (17,228,15). Sum of RGB (Red+Green+Blue) = 17+228+15=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 228 (89.45% from 255 or 87.69% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 228 - color contains mainly: green. Hex color #11E40F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11E40F is #EE1BF0. Grayscale: #8D8D8D. Windows color (decimal): -15604721 or 1041425. OLE color: 1041425.

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

Color convert

RGB 17 228 15 -
CMYK 0.93 0 0.93 0.11
HSL 119.44º 0.88% 0.48% -
HSV(B) 119.44º 0.93% 0.89% -
XYZ 28.06 55.64 9.71 -
YUV 140.63 57.1 39.82 -
System Red Green Blue C M Y K H S L
Decimal 17 228 15 0.93 0 0.93 0.11 119.44 0.88 0.48
Hex 11 E4 F 5D 0 5D B 77 58 30
Octal 21 344 17 135 0 135 13 167 130 60
Binary 10001 11100100 1111 1011101 0 1011101 1011 1110111 1011000 110000

Color Harmonies of #11E40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E40F

Black with #11E40F

Text Example


Text Example

White with #11E40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,228,15); }

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

background-color css

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

 a { background-color: rgb(17,228,15); }

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

border-color css

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

 span { border-color: rgb(17,228,15); }

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