Html Css Color HEX #13ED03 Free Speech Green

📋 copy color: '#13ED03'

red 19 ◦ green 237 ◦ blue 3

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

Shades of Free Speech Green #13ED03

Tints of Free Speech Green #13ED03

RGB

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

 GREEN value IS 237 (92.97% from 255) = 91.51%

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 7.34%
G = 91.51%
B = 1.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#13ED03 (or 0x13ED03) is known color: Free Speech Green. HEX triplet: 13, ED and 03. RGB value is (19,237,3). Sum of RGB (Red+Green+Blue) = 19+237+3=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 237 (92.97% from 255 or 91.51% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 237 - color contains mainly: green. Hex color #13ED03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13ED03 is #EC12FC. Grayscale: #919191. Windows color (decimal): -15471357 or 257299. OLE color: 257299.

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

Color convert

RGB 19 237 3 -
CMYK 0.92 0 0.99 0.07
HSL 115.9º 0.98% 0.47% -
HSV(B) 115.9º 0.99% 0.93% -
XYZ 30.57 60.71 10.19 -
YUV 145.14 47.78 38.03 -
System Red Green Blue C M Y K H S L
Decimal 19 237 3 0.92 0 0.99 0.07 115.9 0.98 0.47
Hex 13 ED 3 5C 0 63 7 74 62 2F
Octal 23 355 3 134 0 143 7 164 142 57
Binary 10011 11101101 11 1011100 0 1100011 111 1110100 1100010 101111

Color Harmonies of #13ED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ED03

Black with #13ED03

Text Example


Text Example

White with #13ED03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,237,3); }

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

background-color css

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

 a { background-color: rgb(19,237,3); }

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

border-color css

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

 span { border-color: rgb(19,237,3); }

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