Html Css Color HEX #1ED90E Free Speech Green

📋 copy color: '#1ED90E'

red 30 ◦ green 217 ◦ blue 14

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

Shades of Free Speech Green #1ED90E

Tints of Free Speech Green #1ED90E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 83.14%

 BLUE value IS 14 (5.86% from 255) = 5.36%

R = 11.49%
G = 83.14%
B = 5.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#1ED90E (or 0x1ED90E) is known color: Free Speech Green. HEX triplet: 1E, D9 and 0E. RGB value is (30,217,14). Sum of RGB (Red+Green+Blue) = 30+217+14=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 217 (85.16% from 255 or 83.14% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED90E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED90E is #E126F1. Grayscale: #8A8A8A. Windows color (decimal): -14755570 or 973086. OLE color: 973086.

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

Color convert

RGB 30 217 14 -
CMYK 0.86 0 0.94 0.15
HSL 115.27º 0.88% 0.45% -
HSV(B) 115.27º 0.94% 0.85% -
XYZ 25.43 49.93 8.71 -
YUV 137.95 58.05 51.01 -
System Red Green Blue C M Y K H S L
Decimal 30 217 14 0.86 0 0.94 0.15 115.27 0.88 0.45
Hex 1E D9 E 56 0 5E F 73 58 2D
Octal 36 331 16 126 0 136 17 163 130 55
Binary 11110 11011001 1110 1010110 0 1011110 1111 1110011 1011000 101101

Color Harmonies of #1ED90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED90E

Black with #1ED90E

Text Example


Text Example

White with #1ED90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,217,14); }

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

background-color css

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

 a { background-color: rgb(30,217,14); }

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

border-color css

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

 span { border-color: rgb(30,217,14); }

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