Html Css Color HEX #1ED70C Free Speech Green

📋 copy color: '#1ED70C'

red 30 ◦ green 215 ◦ blue 12

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

Shades of Free Speech Green #1ED70C

Tints of Free Speech Green #1ED70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 83.66%

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 11.67%
G = 83.66%
B = 4.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#1ED70C (or 0x1ED70C) is known color: Free Speech Green. HEX triplet: 1E, D7 and 0C. RGB value is (30,215,12). Sum of RGB (Red+Green+Blue) = 30+215+12=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 215 (84.38% from 255 or 83.66% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED70C is #E128F3. Grayscale: #898989. Windows color (decimal): -14756084 or 841502. OLE color: 841502.

HSL color Cylindrical-coordinate representation of color #1ED70C: hue angle of 114.68º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1ED70C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 215 12 -
CMYK 0.86 0 0.94 0.16
HSL 114.68º 0.89% 0.45% -
HSV(B) 114.68º 0.94% 0.84% -
XYZ 24.9 48.9 8.47 -
YUV 136.54 57.71 52.01 -
System Red Green Blue C M Y K H S L
Decimal 30 215 12 0.86 0 0.94 0.16 114.68 0.89 0.45
Hex 1E D7 C 56 0 5E 10 73 59 2D
Octal 36 327 14 126 0 136 20 163 131 55
Binary 11110 11010111 1100 1010110 0 1011110 10000 1110011 1011001 101101

Color Harmonies of #1ED70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED70C

Black with #1ED70C

Text Example


Text Example

White with #1ED70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,215,12); }

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

background-color css

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

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

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

border-color css

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

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

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