Html Css Color HEX #1ED60C Free Speech Green

📋 copy color: '#1ED60C'

red 30 ◦ green 214 ◦ blue 12

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

Shades of Free Speech Green #1ED60C

Tints of Free Speech Green #1ED60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 83.59%

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 11.72%
G = 83.59%
B = 4.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#1ED60C (or 0x1ED60C) is known color: Free Speech Green. HEX triplet: 1E, D6 and 0C. RGB value is (30,214,12). Sum of RGB (Red+Green+Blue) = 30+214+12=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 214 (83.98% from 255 or 83.59% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED60C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED60C is #E129F3. Grayscale: #888888. Windows color (decimal): -14756340 or 841246. OLE color: 841246.

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

Color convert

RGB 30 214 12 -
CMYK 0.86 0 0.94 0.16
HSL 114.65º 0.89% 0.44% -
HSV(B) 114.65º 0.94% 0.84% -
XYZ 24.65 48.4 8.39 -
YUV 135.96 58.04 52.43 -
System Red Green Blue C M Y K H S L
Decimal 30 214 12 0.86 0 0.94 0.16 114.65 0.89 0.44
Hex 1E D6 C 56 0 5E 10 73 59 2C
Octal 36 326 14 126 0 136 20 163 131 54
Binary 11110 11010110 1100 1010110 0 1011110 10000 1110011 1011001 101100

Color Harmonies of #1ED60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED60C

Black with #1ED60C

Text Example


Text Example

White with #1ED60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,214,12); }

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

background-color css

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

 a { background-color: rgb(30,214,12); }

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

border-color css

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

 span { border-color: rgb(30,214,12); }

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