Html Css Color HEX #1ED705 Free Speech Green

📋 copy color: '#1ED705'

red 30 ◦ green 215 ◦ blue 5

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

Shades of Free Speech Green #1ED705

Tints of Free Speech Green #1ED705

RGB

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

 GREEN value IS 215 (84.38% from 255) = 86%

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

R = 12%
G = 86%
B = 2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#1ED705 (or 0x1ED705) is known color: Free Speech Green. HEX triplet: 1E, D7 and 05. RGB value is (30,215,5). Sum of RGB (Red+Green+Blue) = 30+215+5=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 215 (84.38% from 255 or 86% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED705 is #E128FA. Grayscale: #888888. Windows color (decimal): -14756091 or 382750. OLE color: 382750.

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

Color convert

RGB 30 215 5 -
CMYK 0.86 0 0.98 0.16
HSL 112.86º 0.95% 0.43% -
HSV(B) 112.86º 0.98% 0.84% -
XYZ 24.86 48.89 8.27 -
YUV 135.75 54.21 52.58 -
System Red Green Blue C M Y K H S L
Decimal 30 215 5 0.86 0 0.98 0.16 112.86 0.95 0.43
Hex 1E D7 5 56 0 62 10 71 5F 2B
Octal 36 327 5 126 0 142 20 161 137 53
Binary 11110 11010111 101 1010110 0 1100010 10000 1110001 1011111 101011

Color Harmonies of #1ED705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED705

Black with #1ED705

Text Example


Text Example

White with #1ED705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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