Html Css Color HEX #13EC04 Free Speech Green

📋 copy color: '#13EC04'

red 19 ◦ green 236 ◦ blue 4

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

Shades of Free Speech Green #13EC04

Tints of Free Speech Green #13EC04

RGB

 RED value IS 19 (7.81% from 255) = 7.34%

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 7.34%
G = 91.12%
B = 1.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#13EC04 (or 0x13EC04) is known color: Free Speech Green. HEX triplet: 13, EC and 04. RGB value is (19,236,4). Sum of RGB (Red+Green+Blue) = 19+236+4=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 236 (92.58% from 255 or 91.12% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13EC04 is #EC13FB. Grayscale: #919191. Windows color (decimal): -15471612 or 322579. OLE color: 322579.

HSL color Cylindrical-coordinate representation of color #13EC04: hue angle of 116.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13EC04 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 236 4 -
CMYK 0.92 0 0.98 0.07
HSL 116.12º 0.97% 0.47% -
HSV(B) 116.12º 0.98% 0.93% -
XYZ 30.29 60.14 10.13 -
YUV 144.67 48.61 38.36 -
System Red Green Blue C M Y K H S L
Decimal 19 236 4 0.92 0 0.98 0.07 116.12 0.97 0.47
Hex 13 EC 4 5C 0 62 7 74 61 2F
Octal 23 354 4 134 0 142 7 164 141 57
Binary 10011 11101100 100 1011100 0 1100010 111 1110100 1100001 101111

Color Harmonies of #13EC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EC04

Black with #13EC04

Text Example


Text Example

White with #13EC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13EC04; }

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

 H1.HeaderClassName
 {
   color: #13EC04;
 }
 .AnyTagClassName
 {
   color: #13EC04;
 }
</style>

background-color css

<style>
 a { background-color: #13EC04; }

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

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

border-color css

<style>
 span { border-color: #13EC04; }

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

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