Html Css Color HEX #1ED005 Free Speech Green

📋 copy color: '#1ED005'

red 30 ◦ green 208 ◦ blue 5

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

Shades of Free Speech Green #1ED005

Tints of Free Speech Green #1ED005

RGB

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

 GREEN value IS 208 (81.64% from 255) = 85.6%

 BLUE value IS 5 (2.34% from 255) = 2.06%

R = 12.35%
G = 85.6%
B = 2.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#1ED005 (or 0x1ED005) is known color: Free Speech Green. HEX triplet: 1E, D0 and 05. RGB value is (30,208,5). Sum of RGB (Red+Green+Blue) = 30+208+5=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 208 (81.64% from 255 or 85.60% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED005 is #E12FFA. Grayscale: #848484. Windows color (decimal): -14757883 or 380958. OLE color: 380958.

HSL color Cylindrical-coordinate representation of color #1ED005: hue angle of 112.61º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1ED005 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 208 5 -
CMYK 0.86 0 0.98 0.18
HSL 112.61º 0.95% 0.42% -
HSV(B) 112.61º 0.98% 0.82% -
XYZ 23.12 45.4 7.69 -
YUV 131.64 56.53 55.51 -
System Red Green Blue C M Y K H S L
Decimal 30 208 5 0.86 0 0.98 0.18 112.61 0.95 0.42
Hex 1E D0 5 56 0 62 12 71 5F 2A
Octal 36 320 5 126 0 142 22 161 137 52
Binary 11110 11010000 101 1010110 0 1100010 10010 1110001 1011111 101010

Color Harmonies of #1ED005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED005

Black with #1ED005

Text Example


Text Example

White with #1ED005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,208,5); }

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

background-color css

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

 a { background-color: rgb(30,208,5); }

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

border-color css

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

 span { border-color: rgb(30,208,5); }

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