Html Css Color HEX #1EDD0D Free Speech Green

📋 copy color: '#1EDD0D'

red 30 ◦ green 221 ◦ blue 13

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

Shades of Free Speech Green #1EDD0D

Tints of Free Speech Green #1EDD0D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 83.71%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 11.36%
G = 83.71%
B = 4.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#1EDD0D (or 0x1EDD0D) is known color: Free Speech Green. HEX triplet: 1E, DD and 0D. RGB value is (30,221,13). Sum of RGB (Red+Green+Blue) = 30+221+13=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 221 (86.72% from 255 or 83.71% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDD0D is #E122F2. Grayscale: #8C8C8C. Windows color (decimal): -14754547 or 908574. OLE color: 908574.

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

Color convert

RGB 30 221 13 -
CMYK 0.86 0 0.94 0.13
HSL 115.1º 0.89% 0.46% -
HSV(B) 115.1º 0.94% 0.87% -
XYZ 26.46 52.02 9.03 -
YUV 140.18 56.22 49.41 -
System Red Green Blue C M Y K H S L
Decimal 30 221 13 0.86 0 0.94 0.13 115.1 0.89 0.46
Hex 1E DD D 56 0 5E D 73 59 2E
Octal 36 335 15 126 0 136 15 163 131 56
Binary 11110 11011101 1101 1010110 0 1011110 1101 1110011 1011001 101110

Color Harmonies of #1EDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDD0D

Black with #1EDD0D

Text Example


Text Example

White with #1EDD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,221,13); }

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

background-color css

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

 a { background-color: rgb(30,221,13); }

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

border-color css

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

 span { border-color: rgb(30,221,13); }

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