Html Css Color HEX #1EF714 Free Speech Green

📋 copy color: '#1EF714'

red 30 ◦ green 247 ◦ blue 20

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

Shades of Free Speech Green #1EF714

Tints of Free Speech Green #1EF714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 83.16%

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

R = 10.1%
G = 83.16%
B = 6.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#1EF714 (or 0x1EF714) is known color: Free Speech Green. HEX triplet: 1E, F7 and 14. RGB value is (30,247,20). Sum of RGB (Red+Green+Blue) = 30+247+20=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 247 (96.88% from 255 or 83.16% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 247 - color contains mainly: green. Hex color #1EF714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF714 is #E108EB. Grayscale: #9C9C9C. Windows color (decimal): -14747884 or 1373982. OLE color: 1373982.

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

Color convert

RGB 30 247 20 -
CMYK 0.88 0 0.92 0.03
HSL 117.36º 0.93% 0.52% -
HSV(B) 117.36º 0.92% 0.97% -
XYZ 33.92 66.85 11.78 -
YUV 156.24 51.11 37.96 -
System Red Green Blue C M Y K H S L
Decimal 30 247 20 0.88 0 0.92 0.03 117.36 0.93 0.52
Hex 1E F7 14 58 0 5C 3 75 5D 34
Octal 36 367 24 130 0 134 3 165 135 64
Binary 11110 11110111 10100 1011000 0 1011100 11 1110101 1011101 110100

Color Harmonies of #1EF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF714

Black with #1EF714

Text Example


Text Example

White with #1EF714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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