Html Css Color HEX #13E224 Free Speech Green

📋 copy color: '#13E224'

red 19 ◦ green 226 ◦ blue 36

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

Shades of Free Speech Green #13E224

Tints of Free Speech Green #13E224

RGB

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

 GREEN value IS 226 (88.67% from 255) = 80.43%

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 6.76%
G = 80.43%
B = 12.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#13E224 (or 0x13E224) is known color: Free Speech Green. HEX triplet: 13, E2 and 24. RGB value is (19,226,36). Sum of RGB (Red+Green+Blue) = 19+226+36=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 226 (88.67% from 255 or 80.43% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 226 - color contains mainly: green. Hex color #13E224 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E224 is #EC1DDB. Grayscale: #8F8F8F. Windows color (decimal): -15474140 or 2417171. OLE color: 2417171.

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

Color convert

RGB 19 226 36 -
CMYK 0.92 0 0.84 0.11
HSL 124.93º 0.84% 0.48% -
HSV(B) 124.93º 0.92% 0.89% -
XYZ 27.78 54.66 10.75 -
YUV 142.45 67.92 39.95 -
System Red Green Blue C M Y K H S L
Decimal 19 226 36 0.92 0 0.84 0.11 124.93 0.84 0.48
Hex 13 E2 24 5C 0 54 B 7D 54 30
Octal 23 342 44 134 0 124 13 175 124 60
Binary 10011 11100010 100100 1011100 0 1010100 1011 1111101 1010100 110000

Color Harmonies of #13E224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E224

Black with #13E224

Text Example


Text Example

White with #13E224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,226,36); }

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

background-color css

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

 a { background-color: rgb(19,226,36); }

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

border-color css

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

 span { border-color: rgb(19,226,36); }

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