Html Css Color HEX #1EDE13 Free Speech Green

📋 copy color: '#1EDE13'

red 30 ◦ green 222 ◦ blue 19

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

Shades of Free Speech Green #1EDE13

Tints of Free Speech Green #1EDE13

RGB

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

 GREEN value IS 222 (87.11% from 255) = 81.92%

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

R = 11.07%
G = 81.92%
B = 7.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#1EDE13 (or 0x1EDE13) is known color: Free Speech Green. HEX triplet: 1E, DE and 13. RGB value is (30,222,19). Sum of RGB (Red+Green+Blue) = 30+222+19=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 222 (87.11% from 255 or 81.92% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDE13 is #E121EC. Grayscale: #8E8E8E. Windows color (decimal): -14754285 or 1302046. OLE color: 1302046.

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

Color convert

RGB 30 222 19 -
CMYK 0.86 0 0.91 0.13
HSL 116.75º 0.84% 0.47% -
HSV(B) 116.75º 0.91% 0.87% -
XYZ 26.77 52.57 9.35 -
YUV 141.45 58.89 48.51 -
System Red Green Blue C M Y K H S L
Decimal 30 222 19 0.86 0 0.91 0.13 116.75 0.84 0.47
Hex 1E DE 13 56 0 5B D 75 54 2F
Octal 36 336 23 126 0 133 15 165 124 57
Binary 11110 11011110 10011 1010110 0 1011011 1101 1110101 1010100 101111

Color Harmonies of #1EDE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDE13

Black with #1EDE13

Text Example


Text Example

White with #1EDE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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