#13EC2B

Color #13EC2B Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #13EC2B

Tints of Free Speech Green #13EC2B

Color information

#13EC2B (or 0x13EC2B) is unknown color: approx Free Speech Green. HEX triplet: 13, EC and 2B. RGB value is (19,236,43). Sum of RGB (Red+Green+Blue) = 19+236+43=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 236 (92.58% from 255 or 79.19% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EC2B is #EC13D4. Grayscale: #959595. Windows color (decimal): -15471573 or 2878483. OLE color: 2878483.

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

Color convert

RGB1923643-
CMYK0.9200.820.07
HSL126.64º85.1%50%-
HSV(B)126.64º91.95%92.55%-
XYZ30.760.312.31-
YUV149.1168.1135.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.38%
GREEN value IS 236 (92.58% from 255) = 79.19%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=6.38%
G=79.19%
B=14.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal19236430.9200.820.07126.6485.150
Hex13EC2B5C05277f5532
Octal23354531340122717712562
Binary100111110110010101110111000101001011111111111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,236,43); }

 H1.HeaderClassName
 {
   color: #13EC2B;
 }
 .AnyTagClassName
 {
   color: #13EC2B;
 }
</style>
background-color css

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

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

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

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

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

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