Html Css Color HEX #13EF1C Free Speech Green

📋 copy color: '#13EF1C'

red 19 ◦ green 239 ◦ blue 28

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

Shades of Free Speech Green #13EF1C

Tints of Free Speech Green #13EF1C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 83.57%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 6.64%
G = 83.57%
B = 9.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#13EF1C (or 0x13EF1C) is known color: Free Speech Green. HEX triplet: 13, EF and 1C. RGB value is (19,239,28). Sum of RGB (Red+Green+Blue) = 19+239+28=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 239 (93.75% from 255 or 83.57% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EF1C is #EC10E3. Grayscale: #959595. Windows color (decimal): -15470820 or 1896211. OLE color: 1896211.

HSL color Cylindrical-coordinate representation of color #13EF1C: hue angle of 122.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EF1C is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 239 28 -
CMYK 0.92 0 0.88 0.06
HSL 122.45º 0.87% 0.51% -
HSV(B) 122.45º 0.92% 0.94% -
XYZ 31.34 61.96 11.41 -
YUV 149.17 59.61 35.16 -
System Red Green Blue C M Y K H S L
Decimal 19 239 28 0.92 0 0.88 0.06 122.45 0.87 0.51
Hex 13 EF 1C 5C 0 58 6 7A 57 33
Octal 23 357 34 134 0 130 6 172 127 63
Binary 10011 11101111 11100 1011100 0 1011000 110 1111010 1010111 110011

Color Harmonies of #13EF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EF1C

Black with #13EF1C

Text Example


Text Example

White with #13EF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,239,28); }

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

background-color css

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

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

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

border-color css

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

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

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