#1ef71e

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

Shades of Free Speech Green #1EF71E

Tints of Free Speech Green #1EF71E

Color information

#1EF71E (or 0x1EF71E) is unknown color: approx Free Speech Green. HEX triplet: 1E, F7 and 1E. RGB value is (30,247,30). Sum of RGB (Red+Green+Blue) = 30+247+30=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 247 (96.88% from 255 or 80.46% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 247 - color contains mainly: green. Hex color #1EF71E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF71E is #E108E1. Grayscale: #9E9E9E. Windows color (decimal): -14747874 or 2029342. OLE color: 2029342.

HSL color Cylindrical-coordinate representation of color #1EF71E: hue angle of 120º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF71E is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB3024730-
CMYK0.8800.880.03
HSL120º93.13%54.31%-
HSV(B)120º87.85%96.86%-
XYZ34.0366.8912.35-
YUV157.3856.1137.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.77%
GREEN value IS 247 (96.88% from 255) = 80.46%
BLUE value IS 30 (12.11% from 255) = 9.77%
R=9.77%
G=80.46%
B=9.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal30247300.8800.880.0312093.1354.31
Hex1EF71E580583785d36
Octal36367361300130317013566
Binary1111011110111111101011000010110001111110001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ef71e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ef71e; }

 p { color: rgb(30,247,30); }

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

<style>
 a { background-color: #1ef71e; }

 a { background-color: rgb(30,247,30); }

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

<style>
 span { border-color: #1ef71e; }

 span { border-color: rgb(30,247,30); }

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