#11FE31

Color #11FE31 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #11FE31

Tints of Free Speech Green #11FE31

Color information

#11FE31 (or 0x11FE31) is unknown color: approx Free Speech Green. HEX triplet: 11, FE and 31. RGB value is (17,254,49). Sum of RGB (Red+Green+Blue) = 17+254+49=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 254 (99.61% from 255 or 79.38% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 254 - color contains mainly: green. Hex color #11FE31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FE31 is #EE01CE. Grayscale: #A0A0A0. Windows color (decimal): -15598031 or 3276305. OLE color: 3276305.

HSL color Cylindrical-coordinate representation of color #11FE31: hue angle of 128.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FE31 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB1725449-
CMYK0.9300.810.00
HSL128.1º99.16%53.14%-
HSV(B)128.1º93.31%99.61%-
XYZ36.2371.2214.74-
YUV159.7765.4826.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.31%
GREEN value IS 254 (99.61% from 255) = 79.38%
BLUE value IS 49 (19.53% from 255) = 15.31%
R=5.31%
G=79.38%
B=15.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal17254490.9300.810.00128.199.1653.14
Hex11FE315D0510806335
Octal21376611350121020014365
Binary10001111111101100011011101010100010100000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11FE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,254,49); }

 H1.HeaderClassName
 {
   color: #11FE31;
 }
 .AnyTagClassName
 {
   color: #11FE31;
 }
</style>
background-color css

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

 a { background-color: rgb(17,254,49); }

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

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

 span { border-color: rgb(17,254,49); }

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