Html Css Color HEX #03E014 Free Speech Green

📋 copy color: '#03E014'

red 3 ◦ green 224 ◦ blue 20

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

Shades of Free Speech Green #03E014

Tints of Free Speech Green #03E014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 1.21%
G = 90.69%
B = 8.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#03E014 (or 0x03E014) is known color: Free Speech Green. HEX triplet: 03, E0 and 14. RGB value is (3,224,20). Sum of RGB (Red+Green+Blue) = 3+224+20=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 224 (87.89% from 255 or 90.69% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 224 - color contains mainly: green. Hex color #03E014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E014 is #FC1FEB. Grayscale: #878787. Windows color (decimal): -16523244 or 1368067. OLE color: 1368067.

HSL color Cylindrical-coordinate representation of color #03E014: hue angle of 124.62º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E014 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 224 20 -
CMYK 0.99 0 0.91 0.12
HSL 124.62º 0.97% 0.45% -
HSV(B) 124.62º 0.99% 0.88% -
XYZ 26.82 53.38 9.55 -
YUV 134.67 63.28 34.09 -
System Red Green Blue C M Y K H S L
Decimal 3 224 20 0.99 0 0.91 0.12 124.62 0.97 0.45
Hex 3 E0 14 63 0 5B C 7D 61 2D
Octal 3 340 24 143 0 133 14 175 141 55
Binary 11 11100000 10100 1100011 0 1011011 1100 1111101 1100001 101101

Color Harmonies of #03E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E014

Black with #03E014

Text Example


Text Example

White with #03E014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,224,20); }

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

background-color css

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

 a { background-color: rgb(3,224,20); }

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

border-color css

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

 span { border-color: rgb(3,224,20); }

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