Html Css Color HEX #1EDF06 Free Speech Green

📋 copy color: '#1EDF06'

red 30 ◦ green 223 ◦ blue 6

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

Shades of Free Speech Green #1EDF06

Tints of Free Speech Green #1EDF06

RGB

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

 GREEN value IS 223 (87.5% from 255) = 86.1%

 BLUE value IS 6 (2.73% from 255) = 2.32%

R = 11.58%
G = 86.1%
B = 2.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#1EDF06 (or 0x1EDF06) is known color: Free Speech Green. HEX triplet: 1E, DF and 06. RGB value is (30,223,6). Sum of RGB (Red+Green+Blue) = 30+223+6=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 223 (87.5% from 255 or 86.10% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDF06 is #E120F9. Grayscale: #8D8D8D. Windows color (decimal): -14754042 or 450334. OLE color: 450334.

HSL color Cylindrical-coordinate representation of color #1EDF06: hue angle of 113.36º degrees, saturation: 0.95, 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 #1EDF06 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 223 6 -
CMYK 0.87 0 0.97 0.13
HSL 113.36º 0.95% 0.45% -
HSV(B) 113.36º 0.97% 0.87% -
XYZ 26.96 53.06 8.99 -
YUV 140.56 52.06 49.14 -
System Red Green Blue C M Y K H S L
Decimal 30 223 6 0.87 0 0.97 0.13 113.36 0.95 0.45
Hex 1E DF 6 57 0 61 D 71 5F 2D
Octal 36 337 6 127 0 141 15 161 137 55
Binary 11110 11011111 110 1010111 0 1100001 1101 1110001 1011111 101101

Color Harmonies of #1EDF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDF06

Black with #1EDF06

Text Example


Text Example

White with #1EDF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,223,6); }

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

background-color css

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

 a { background-color: rgb(30,223,6); }

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

border-color css

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

 span { border-color: rgb(30,223,6); }

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