Html Css Color HEX #03D71D Free Speech Green

📋 copy color: '#03D71D'

red 3 ◦ green 215 ◦ blue 29

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

Shades of Free Speech Green #03D71D

Tints of Free Speech Green #03D71D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 87.04%

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 1.21%
G = 87.04%
B = 11.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#03D71D (or 0x03D71D) is known color: Free Speech Green. HEX triplet: 03, D7 and 1D. RGB value is (3,215,29). Sum of RGB (Red+Green+Blue) = 3+215+29=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 215 (84.38% from 255 or 87.04% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 215 - color contains mainly: green. Hex color #03D71D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D71D is #FC28E2. Grayscale: #828282. Windows color (decimal): -16525539 or 1955587. OLE color: 1955587.

HSL color Cylindrical-coordinate representation of color #03D71D: hue angle of 127.36º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D71D is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 215 29 -
CMYK 0.99 0 0.87 0.16
HSL 127.36º 0.97% 0.43% -
HSV(B) 127.36º 0.99% 0.84% -
XYZ 24.56 48.71 9.27 -
YUV 130.41 70.76 37.12 -
System Red Green Blue C M Y K H S L
Decimal 3 215 29 0.99 0 0.87 0.16 127.36 0.97 0.43
Hex 3 D7 1D 63 0 57 10 7F 61 2B
Octal 3 327 35 143 0 127 20 177 141 53
Binary 11 11010111 11101 1100011 0 1010111 10000 1111111 1100001 101011

Color Harmonies of #03D71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D71D

Black with #03D71D

Text Example


Text Example

White with #03D71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,215,29); }

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

background-color css

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

 a { background-color: rgb(3,215,29); }

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

border-color css

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

 span { border-color: rgb(3,215,29); }

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