Html Css Color HEX #1EE714 Free Speech Green

📋 copy color: '#1EE714'

red 30 ◦ green 231 ◦ blue 20

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

Shades of Free Speech Green #1EE714

Tints of Free Speech Green #1EE714

RGB

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

 GREEN value IS 231 (90.63% from 255) = 82.21%

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

R = 10.68%
G = 82.21%
B = 7.12%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#1EE714 (or 0x1EE714) is known color: Free Speech Green. HEX triplet: 1E, E7 and 14. RGB value is (30,231,20). Sum of RGB (Red+Green+Blue) = 30+231+20=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 231 (90.62% from 255 or 82.21% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 231 - color contains mainly: green. Hex color #1EE714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EE714 is #E118EB. Grayscale: #939393. Windows color (decimal): -14751980 or 1369886. OLE color: 1369886.

HSL color Cylindrical-coordinate representation of color #1EE714: hue angle of 117.16º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EE714 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 30 231 20 -
CMYK 0.87 0 0.91 0.09
HSL 117.16º 0.84% 0.49% -
HSV(B) 117.16º 0.91% 0.91% -
XYZ 29.24 57.48 10.22 -
YUV 146.85 56.41 44.66 -
System Red Green Blue C M Y K H S L
Decimal 30 231 20 0.87 0 0.91 0.09 117.16 0.84 0.49
Hex 1E E7 14 57 0 5B 9 75 54 31
Octal 36 347 24 127 0 133 11 165 124 61
Binary 11110 11100111 10100 1010111 0 1011011 1001 1110101 1010100 110001

Color Harmonies of #1EE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE714

Black with #1EE714

Text Example


Text Example

White with #1EE714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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