#2EFF31

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

Shades of Free Speech Green #2EFF31

Tints of Free Speech Green #2EFF31

Color information

#2EFF31 (or 0x2EFF31) is unknown color: approx Free Speech Green. HEX triplet: 2E, FF and 31. RGB value is (46,255,49). Sum of RGB (Red+Green+Blue) = 46+255+49=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 255 (100% from 255 or 72.86% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF31 is #D100CE. Grayscale: #A9A9A9. Windows color (decimal): -13697231 or 3276590. OLE color: 3276590.

HSL color Cylindrical-coordinate representation of color #2EFF31: hue angle of 120.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFF31 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB4625549-
CMYK0.8200.810
HSL120.86º100%59.02%-
HSV(B)120.86º81.96%100%-
XYZ37.4472.3214.89-
YUV169.0260.2640.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.14%
GREEN value IS 255 (100% from 255) = 72.86%
BLUE value IS 49 (19.53% from 255) = 14%
R=13.14%
G=72.86%
B=14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal46255490.8200.810120.8610059.02
Hex2EFF3152051079643b
Octal56377611220121017114473
Binary10111011111111110001101001001010001011110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EFF31; }

 p { color: rgb(46,255,49); }

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

<style>
 a { background-color: #2EFF31; }

 a { background-color: rgb(46,255,49); }

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

<style>
 span { border-color: #2EFF31; }

 span { border-color: rgb(46,255,49); }

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