Html Css Color HEX #1EDE07 Free Speech Green

📋 copy color: '#1EDE07'

red 30 ◦ green 222 ◦ blue 7

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

Shades of Free Speech Green #1EDE07

Tints of Free Speech Green #1EDE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.7%

R = 11.58%
G = 85.71%
B = 2.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#1EDE07 (or 0x1EDE07) is known color: Free Speech Green. HEX triplet: 1E, DE and 07. RGB value is (30,222,7). Sum of RGB (Red+Green+Blue) = 30+222+7=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 222 (87.11% from 255 or 85.71% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDE07 is #E121F8. Grayscale: #8C8C8C. Windows color (decimal): -14754297 or 515614. OLE color: 515614.

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

Color convert

RGB 30 222 7 -
CMYK 0.86 0 0.97 0.13
HSL 113.58º 0.94% 0.45% -
HSV(B) 113.58º 0.97% 0.87% -
XYZ 26.7 52.53 8.93 -
YUV 140.08 52.89 49.48 -
System Red Green Blue C M Y K H S L
Decimal 30 222 7 0.86 0 0.97 0.13 113.58 0.94 0.45
Hex 1E DE 7 56 0 61 D 72 5E 2D
Octal 36 336 7 126 0 141 15 162 136 55
Binary 11110 11011110 111 1010110 0 1100001 1101 1110010 1011110 101101

Color Harmonies of #1EDE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDE07

Black with #1EDE07

Text Example


Text Example

White with #1EDE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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