Html Css Color HEX #13E413 Free Speech Green

📋 copy color: '#13E413'

red 19 ◦ green 228 ◦ blue 19

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

Shades of Free Speech Green #13E413

Tints of Free Speech Green #13E413

RGB

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

 GREEN value IS 228 (89.45% from 255) = 85.71%

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

R = 7.14%
G = 85.71%
B = 7.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#13E413 (or 0x13E413) is known color: Free Speech Green. HEX triplet: 13, E4 and 13. RGB value is (19,228,19). Sum of RGB (Red+Green+Blue) = 19+228+19=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 228 (89.45% from 255 or 85.71% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 228 - color contains mainly: green. Hex color #13E413 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13E413 is #EC1BEC. Grayscale: #8E8E8E. Windows color (decimal): -15473645 or 1303571. OLE color: 1303571.

HSL color Cylindrical-coordinate representation of color #13E413: hue angle of 120º degrees, saturation: 0.85, 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 #13E413 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 19 228 19 -
CMYK 0.92 0 0.92 0.11
HSL 120º 0.85% 0.48% -
HSV(B) 120º 0.92% 0.89% -
XYZ 28.13 55.67 9.88 -
YUV 141.68 58.76 40.49 -
System Red Green Blue C M Y K H S L
Decimal 19 228 19 0.92 0 0.92 0.11 120 0.85 0.48
Hex 13 E4 13 5C 0 5C B 78 55 30
Octal 23 344 23 134 0 134 13 170 125 60
Binary 10011 11100100 10011 1011100 0 1011100 1011 1111000 1010101 110000

Color Harmonies of #13E413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E413

Black with #13E413

Text Example


Text Example

White with #13E413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,228,19); }

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

background-color css

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

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

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

border-color css

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

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

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