Html Css Color HEX #1EF014 Free Speech Green

📋 copy color: '#1EF014'

red 30 ◦ green 240 ◦ blue 20

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

Shades of Free Speech Green #1EF014

Tints of Free Speech Green #1EF014

RGB

 RED value IS 30 (12.11% from 255) = 10.34%

 GREEN value IS 240 (94.14% from 255) = 82.76%

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 10.34%
G = 82.76%
B = 6.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#1EF014 (or 0x1EF014) is known color: Free Speech Green. HEX triplet: 1E, F0 and 14. RGB value is (30,240,20). Sum of RGB (Red+Green+Blue) = 30+240+20=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 240 (94.14% from 255 or 82.76% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF014 is #E10FEB. Grayscale: #989898. Windows color (decimal): -14749676 or 1372190. OLE color: 1372190.

HSL color Cylindrical-coordinate representation of color #1EF014: hue angle of 117.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1EF014 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 240 20 -
CMYK 0.87 0 0.92 0.06
HSL 117.27º 0.88% 0.51% -
HSV(B) 117.27º 0.92% 0.94% -
XYZ 31.82 62.65 11.08 -
YUV 152.13 53.43 40.89 -
System Red Green Blue C M Y K H S L
Decimal 30 240 20 0.87 0 0.92 0.06 117.27 0.88 0.51
Hex 1E F0 14 57 0 5C 6 75 58 33
Octal 36 360 24 127 0 134 6 165 130 63
Binary 11110 11110000 10100 1010111 0 1011100 110 1110101 1011000 110011

Color Harmonies of #1EF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF014

Black with #1EF014

Text Example


Text Example

White with #1EF014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,240,20); }

 H1.HeaderClassName
 {
   color: #1EF014;
 }
 .AnyTagClassName
 {
   color: #1EF014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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