Html Css Color HEX #1ED913 Free Speech Green

📋 copy color: '#1ED913'

red 30 ◦ green 217 ◦ blue 19

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

Shades of Free Speech Green #1ED913

Tints of Free Speech Green #1ED913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 11.28%
G = 81.58%
B = 7.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#1ED913 (or 0x1ED913) is known color: Free Speech Green. HEX triplet: 1E, D9 and 13. RGB value is (30,217,19). Sum of RGB (Red+Green+Blue) = 30+217+19=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 217 (85.16% from 255 or 81.58% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED913 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED913 is #E126EC. Grayscale: #8B8B8B. Windows color (decimal): -14755565 or 1300766. OLE color: 1300766.

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

Color convert

RGB 30 217 19 -
CMYK 0.86 0 0.91 0.15
HSL 116.67º 0.84% 0.46% -
HSV(B) 116.67º 0.91% 0.85% -
XYZ 25.47 49.95 8.91 -
YUV 138.52 60.55 50.6 -
System Red Green Blue C M Y K H S L
Decimal 30 217 19 0.86 0 0.91 0.15 116.67 0.84 0.46
Hex 1E D9 13 56 0 5B F 75 54 2E
Octal 36 331 23 126 0 133 17 165 124 56
Binary 11110 11011001 10011 1010110 0 1011011 1111 1110101 1010100 101110

Color Harmonies of #1ED913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED913

Black with #1ED913

Text Example


Text Example

White with #1ED913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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