Html Css Color HEX #13E308 Free Speech Green

📋 copy color: '#13E308'

red 19 ◦ green 227 ◦ blue 8

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

Shades of Free Speech Green #13E308

Tints of Free Speech Green #13E308

RGB

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

 GREEN value IS 227 (89.06% from 255) = 89.37%

 BLUE value IS 8 (3.52% from 255) = 3.15%

R = 7.48%
G = 89.37%
B = 3.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#13E308 (or 0x13E308) is known color: Free Speech Green. HEX triplet: 13, E3 and 08. RGB value is (19,227,8). Sum of RGB (Red+Green+Blue) = 19+227+8=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 227 (89.06% from 255 or 89.37% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 227 - color contains mainly: green. Hex color #13E308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13E308 is #EC1CF7. Grayscale: #8C8C8C. Windows color (decimal): -15473912 or 582419. OLE color: 582419.

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

Color convert

RGB 19 227 8 -
CMYK 0.92 0 0.96 0.11
HSL 116.99º 0.93% 0.46% -
HSV(B) 116.99º 0.96% 0.89% -
XYZ 27.78 55.09 9.4 -
YUV 139.84 53.59 41.81 -
System Red Green Blue C M Y K H S L
Decimal 19 227 8 0.92 0 0.96 0.11 116.99 0.93 0.46
Hex 13 E3 8 5C 0 60 B 75 5D 2E
Octal 23 343 10 134 0 140 13 165 135 56
Binary 10011 11100011 1000 1011100 0 1100000 1011 1110101 1011101 101110

Color Harmonies of #13E308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E308

Black with #13E308

Text Example


Text Example

White with #13E308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,227,8); }

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

background-color css

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

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

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

border-color css

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

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

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