Html Css Color HEX #13E018 Free Speech Green

📋 copy color: '#13E018'

red 19 ◦ green 224 ◦ blue 24

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

Shades of Free Speech Green #13E018

Tints of Free Speech Green #13E018

RGB

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

 GREEN value IS 224 (87.89% from 255) = 83.9%

 BLUE value IS 24 (9.77% from 255) = 8.99%

R = 7.12%
G = 83.9%
B = 8.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#13E018 (or 0x13E018) is known color: Free Speech Green. HEX triplet: 13, E0 and 18. RGB value is (19,224,24). Sum of RGB (Red+Green+Blue) = 19+224+24=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 224 (87.89% from 255 or 83.90% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 224 - color contains mainly: green. Hex color #13E018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13E018 is #EC1FE7. Grayscale: #8C8C8C. Windows color (decimal): -15474664 or 1630227. OLE color: 1630227.

HSL color Cylindrical-coordinate representation of color #13E018: hue angle of 121.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E018 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 224 24 -
CMYK 0.92 0 0.89 0.12
HSL 121.46º 0.84% 0.48% -
HSV(B) 121.46º 0.92% 0.88% -
XYZ 27.09 53.52 9.77 -
YUV 139.91 62.58 41.76 -
System Red Green Blue C M Y K H S L
Decimal 19 224 24 0.92 0 0.89 0.12 121.46 0.84 0.48
Hex 13 E0 18 5C 0 59 C 79 54 30
Octal 23 340 30 134 0 131 14 171 124 60
Binary 10011 11100000 11000 1011100 0 1011001 1100 1111001 1010100 110000

Color Harmonies of #13E018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E018

Black with #13E018

Text Example


Text Example

White with #13E018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,224,24); }

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

background-color css

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

 a { background-color: rgb(19,224,24); }

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

border-color css

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

 span { border-color: rgb(19,224,24); }

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