Html Css Color HEX #13E028 Free Speech Green

📋 copy color: '#13E028'

red 19 ◦ green 224 ◦ blue 40

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

Shades of Free Speech Green #13E028

Tints of Free Speech Green #13E028

RGB

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

 GREEN value IS 224 (87.89% from 255) = 79.15%

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 6.71%
G = 79.15%
B = 14.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#13E028 (or 0x13E028) is known color: Free Speech Green. HEX triplet: 13, E0 and 28. RGB value is (19,224,40). Sum of RGB (Red+Green+Blue) = 19+224+40=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 224 (87.89% from 255 or 79.15% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 224 - color contains mainly: green. Hex color #13E028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E028 is #EC1FD7. Grayscale: #8E8E8E. Windows color (decimal): -15474648 or 2678803. OLE color: 2678803.

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

Color convert

RGB 19 224 40 -
CMYK 0.92 0 0.82 0.12
HSL 126.15º 0.84% 0.48% -
HSV(B) 126.15º 0.92% 0.88% -
XYZ 27.31 53.6 10.91 -
YUV 141.73 70.58 40.46 -
System Red Green Blue C M Y K H S L
Decimal 19 224 40 0.92 0 0.82 0.12 126.15 0.84 0.48
Hex 13 E0 28 5C 0 52 C 7E 54 30
Octal 23 340 50 134 0 122 14 176 124 60
Binary 10011 11100000 101000 1011100 0 1010010 1100 1111110 1010100 110000

Color Harmonies of #13E028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E028

Black with #13E028

Text Example


Text Example

White with #13E028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,224,40); }

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

background-color css

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

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

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

border-color css

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

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

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