Html Css Color HEX #13FF04 Free Speech Green

📋 copy color: '#13FF04'

red 19 ◦ green 255 ◦ blue 4

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

Shades of Free Speech Green #13FF04

Tints of Free Speech Green #13FF04

RGB

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

 GREEN value IS 255 (100% from 255) = 91.73%

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 6.83%
G = 91.73%
B = 1.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#13FF04 (or 0x13FF04) is known color: Free Speech Green. HEX triplet: 13, FF and 04. RGB value is (19,255,4). Sum of RGB (Red+Green+Blue) = 19+255+4=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 255 (100% from 255 or 91.73% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13FF04 is #EC00FB. Grayscale: #9C9C9C. Windows color (decimal): -15466748 or 327443. OLE color: 327443.

HSL color Cylindrical-coordinate representation of color #13FF04: hue angle of 116.41º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13FF04 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 19 255 4 -
CMYK 0.93 0 0.98 0
HSL 116.41º 1% 0.51% -
HSV(B) 116.41º 0.98% 1% -
XYZ 36.05 71.67 12.05 -
YUV 155.82 42.31 30.41 -
System Red Green Blue C M Y K H S L
Decimal 19 255 4 0.93 0 0.98 0 116.41 1 0.51
Hex 13 FF 4 5D 0 62 0 74 64 33
Octal 23 377 4 135 0 142 0 164 144 63
Binary 10011 11111111 100 1011101 0 1100010 0 1110100 1100100 110011

Color Harmonies of #13FF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FF04

Black with #13FF04

Text Example


Text Example

White with #13FF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,255,4); }

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

background-color css

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

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

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

border-color css

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

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

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