Html Css Color HEX #1ED60B Free Speech Green

📋 copy color: '#1ED60B'

red 30 ◦ green 214 ◦ blue 11

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

Shades of Free Speech Green #1ED60B

Tints of Free Speech Green #1ED60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.31%

R = 11.76%
G = 83.92%
B = 4.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#1ED60B (or 0x1ED60B) is known color: Free Speech Green. HEX triplet: 1E, D6 and 0B. RGB value is (30,214,11). Sum of RGB (Red+Green+Blue) = 30+214+11=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 214 (83.98% from 255 or 83.92% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED60B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED60B is #E129F4. Grayscale: #888888. Windows color (decimal): -14756341 or 775710. OLE color: 775710.

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

Color convert

RGB 30 214 11 -
CMYK 0.86 0 0.95 0.16
HSL 114.38º 0.9% 0.44% -
HSV(B) 114.38º 0.95% 0.84% -
XYZ 24.64 48.39 8.36 -
YUV 135.84 57.54 52.51 -
System Red Green Blue C M Y K H S L
Decimal 30 214 11 0.86 0 0.95 0.16 114.38 0.9 0.44
Hex 1E D6 B 56 0 5F 10 72 5A 2C
Octal 36 326 13 126 0 137 20 162 132 54
Binary 11110 11010110 1011 1010110 0 1011111 10000 1110010 1011010 101100

Color Harmonies of #1ED60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED60B

Black with #1ED60B

Text Example


Text Example

White with #1ED60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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