#2EFF30

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

Shades of Free Speech Green #2EFF30

Tints of Free Speech Green #2EFF30

Color information

#2EFF30 (or 0x2EFF30) is unknown color: approx Free Speech Green. HEX triplet: 2E, FF and 30. RGB value is (46,255,48). Sum of RGB (Red+Green+Blue) = 46+255+48=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF30 is #D100CF. Grayscale: #A9A9A9. Windows color (decimal): -13697232 or 3211054. OLE color: 3211054.

HSL color Cylindrical-coordinate representation of color #2EFF30: hue angle of 120.57º 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 #2EFF30 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB4625548-
CMYK0.8200.810
HSL120.57º100%59.02%-
HSV(B)120.57º81.96%100%-
XYZ37.4272.3114.78-
YUV168.9159.7640.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.18%
GREEN value IS 255 (100% from 255) = 73.07%
BLUE value IS 48 (19.14% from 255) = 13.75%
R=13.18%
G=73.07%
B=13.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal46255480.8200.810120.5710059.02
Hex2EFF3052051079643b
Octal56377601220121017114473
Binary10111011111111110000101001001010001011110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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