Html Css Color HEX #1EE70A Free Speech Green

📋 copy color: '#1EE70A'

red 30 ◦ green 231 ◦ blue 10

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

Shades of Free Speech Green #1EE70A

Tints of Free Speech Green #1EE70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.69%

R = 11.07%
G = 85.24%
B = 3.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#1EE70A (or 0x1EE70A) is known color: Free Speech Green. HEX triplet: 1E, E7 and 0A. RGB value is (30,231,10). Sum of RGB (Red+Green+Blue) = 30+231+10=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 231 (90.62% from 255 or 85.24% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 231 - color contains mainly: green. Hex color #1EE70A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EE70A is #E118F5. Grayscale: #929292. Windows color (decimal): -14751990 or 714526. OLE color: 714526.

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

Color convert

RGB 30 231 10 -
CMYK 0.87 0 0.96 0.09
HSL 114.57º 0.92% 0.47% -
HSV(B) 114.57º 0.96% 0.91% -
XYZ 29.17 57.45 9.84 -
YUV 145.71 51.41 45.47 -
System Red Green Blue C M Y K H S L
Decimal 30 231 10 0.87 0 0.96 0.09 114.57 0.92 0.47
Hex 1E E7 A 57 0 60 9 73 5C 2F
Octal 36 347 12 127 0 140 11 163 134 57
Binary 11110 11100111 1010 1010111 0 1100000 1001 1110011 1011100 101111

Color Harmonies of #1EE70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE70A

Black with #1EE70A

Text Example


Text Example

White with #1EE70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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