Html Css Color HEX #1EDB14 Free Speech Green

📋 copy color: '#1EDB14'

red 30 ◦ green 219 ◦ blue 20

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

Shades of Free Speech Green #1EDB14

Tints of Free Speech Green #1EDB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 81.41%

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

R = 11.15%
G = 81.41%
B = 7.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#1EDB14 (or 0x1EDB14) is known color: Free Speech Green. HEX triplet: 1E, DB and 14. RGB value is (30,219,20). Sum of RGB (Red+Green+Blue) = 30+219+20=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 219 (85.94% from 255 or 81.41% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDB14 is #E124EB. Grayscale: #8C8C8C. Windows color (decimal): -14755052 or 1366814. OLE color: 1366814.

HSL color Cylindrical-coordinate representation of color #1EDB14: hue angle of 116.98º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EDB14 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 219 20 -
CMYK 0.86 0 0.91 0.14
HSL 116.98º 0.83% 0.47% -
HSV(B) 116.98º 0.91% 0.86% -
XYZ 25.99 50.99 9.13 -
YUV 139.8 60.38 49.68 -
System Red Green Blue C M Y K H S L
Decimal 30 219 20 0.86 0 0.91 0.14 116.98 0.83 0.47
Hex 1E DB 14 56 0 5B E 75 53 2F
Octal 36 333 24 126 0 133 16 165 123 57
Binary 11110 11011011 10100 1010110 0 1011011 1110 1110101 1010011 101111

Color Harmonies of #1EDB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDB14

Black with #1EDB14

Text Example


Text Example

White with #1EDB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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