Html Css Color HEX #1EDB0F Free Speech Green

📋 copy color: '#1EDB0F'

red 30 ◦ green 219 ◦ blue 15

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

Shades of Free Speech Green #1EDB0F

Tints of Free Speech Green #1EDB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.68%

R = 11.36%
G = 82.95%
B = 5.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#1EDB0F (or 0x1EDB0F) is known color: Free Speech Green. HEX triplet: 1E, DB and 0F. RGB value is (30,219,15). Sum of RGB (Red+Green+Blue) = 30+219+15=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 219 (85.94% from 255 or 82.95% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDB0F is #E124F0. Grayscale: #8B8B8B. Windows color (decimal): -14755057 or 1039134. OLE color: 1039134.

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

Color convert

RGB 30 219 15 -
CMYK 0.86 0 0.93 0.14
HSL 115.59º 0.87% 0.46% -
HSV(B) 115.59º 0.93% 0.86% -
XYZ 25.95 50.97 8.92 -
YUV 139.23 57.88 50.09 -
System Red Green Blue C M Y K H S L
Decimal 30 219 15 0.86 0 0.93 0.14 115.59 0.87 0.46
Hex 1E DB F 56 0 5D E 74 57 2E
Octal 36 333 17 126 0 135 16 164 127 56
Binary 11110 11011011 1111 1010110 0 1011101 1110 1110100 1010111 101110

Color Harmonies of #1EDB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDB0F

Black with #1EDB0F

Text Example


Text Example

White with #1EDB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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