Html Css Color HEX #01EC13 Free Speech Green

📋 copy color: '#01EC13'

red 1 ◦ green 236 ◦ blue 19

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

Shades of Free Speech Green #01EC13

Tints of Free Speech Green #01EC13

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

 GREEN value IS 236 (92.58% from 255) = 92.19%

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 0.39%
G = 92.19%
B = 7.42%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#01EC13 (or 0x01EC13) is known color: Free Speech Green. HEX triplet: 01, EC and 13. RGB value is (1,236,19). Sum of RGB (Red+Green+Blue) = 1+236+19=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 236 (92.58% from 255 or 92.19% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01EC13 is #FE13EC. Grayscale: #8D8D8D. Windows color (decimal): -16651245 or 1305601. OLE color: 1305601.

HSL color Cylindrical-coordinate representation of color #01EC13: hue angle of 124.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EC13 is Cyan = 1.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 236 19 -
CMYK 1.00 0 0.92 0.07
HSL 124.6º 0.99% 0.46% -
HSV(B) 124.6º 1% 0.93% -
XYZ 30.13 60.04 10.62 -
YUV 141 59.14 28.14 -
System Red Green Blue C M Y K H S L
Decimal 1 236 19 1.00 0 0.92 0.07 124.6 0.99 0.46
Hex 1 EC 13 64 0 5C 7 7D 63 2E
Octal 1 354 23 144 0 134 7 175 143 56
Binary 1 11101100 10011 1100100 0 1011100 111 1111101 1100011 101110

Color Harmonies of #01EC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EC13

Black with #01EC13

Text Example


Text Example

White with #01EC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01EC13; }

 p { color: rgb(1,236,19); }

 H1.HeaderClassName
 {
   color: #01EC13;
 }
 .AnyTagClassName
 {
   color: #01EC13;
 }
</style>

background-color css

<style>
 a { background-color: #01EC13; }

 a { background-color: rgb(1,236,19); }

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

border-color css

<style>
 span { border-color: #01EC13; }

 span { border-color: rgb(1,236,19); }

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