Html Css Color HEX #03F913 Free Speech Green

📋 copy color: '#03F913'

red 3 ◦ green 249 ◦ blue 19

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

Shades of Free Speech Green #03F913

Tints of Free Speech Green #03F913

RGB

 RED value IS 3 (1.56% from 255) = 1.11%

 GREEN value IS 249 (97.66% from 255) = 91.88%

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 1.11%
G = 91.88%
B = 7.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#03F913 (or 0x03F913) is known color: Free Speech Green. HEX triplet: 03, F9 and 13. RGB value is (3,249,19). Sum of RGB (Red+Green+Blue) = 3+249+19=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 249 (97.66% from 255 or 91.88% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 249 - color contains mainly: green. Hex color #03F913 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03F913 is #FC06EC. Grayscale: #959595. Windows color (decimal): -16516845 or 1308931. OLE color: 1308931.

HSL color Cylindrical-coordinate representation of color #03F913: hue angle of 123.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F913 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 249 19 -
CMYK 0.99 0 0.92 0.02
HSL 123.9º 0.98% 0.49% -
HSV(B) 123.9º 0.99% 0.98% -
XYZ 34.03 67.82 11.91 -
YUV 149.23 54.5 23.7 -
System Red Green Blue C M Y K H S L
Decimal 3 249 19 0.99 0 0.92 0.02 123.9 0.98 0.49
Hex 3 F9 13 63 0 5C 2 7C 62 31
Octal 3 371 23 143 0 134 2 174 142 61
Binary 11 11111001 10011 1100011 0 1011100 10 1111100 1100010 110001

Color Harmonies of #03F913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F913

Black with #03F913

Text Example


Text Example

White with #03F913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03F913; }

 p { color: rgb(3,249,19); }

 H1.HeaderClassName
 {
   color: #03F913;
 }
 .AnyTagClassName
 {
   color: #03F913;
 }
</style>

background-color css

<style>
 a { background-color: #03F913; }

 a { background-color: rgb(3,249,19); }

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

border-color css

<style>
 span { border-color: #03F913; }

 span { border-color: rgb(3,249,19); }

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