Html Css Color HEX #03E004 Free Speech Green

📋 copy color: '#03E004'

red 3 ◦ green 224 ◦ blue 4

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

Shades of Free Speech Green #03E004

Tints of Free Speech Green #03E004

RGB

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

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

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

R = 1.3%
G = 96.97%
B = 1.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#03E004 (or 0x03E004) is known color: Free Speech Green. HEX triplet: 03, E0 and 04. RGB value is (3,224,4). Sum of RGB (Red+Green+Blue) = 3+224+4=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 224 (87.89% from 255 or 96.97% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 224 - color contains mainly: green. Hex color #03E004 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E004 is #FC1FFB. Grayscale: #858585. Windows color (decimal): -16523260 or 319491. OLE color: 319491.

HSL color Cylindrical-coordinate representation of color #03E004: hue angle of 120.27º 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 #03E004 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 224 4 -
CMYK 0.99 0 0.98 0.12
HSL 120.27º 0.97% 0.45% -
HSV(B) 120.27º 0.99% 0.88% -
XYZ 26.72 53.34 9 -
YUV 132.84 55.28 35.39 -
System Red Green Blue C M Y K H S L
Decimal 3 224 4 0.99 0 0.98 0.12 120.27 0.97 0.45
Hex 3 E0 4 63 0 62 C 78 61 2D
Octal 3 340 4 143 0 142 14 170 141 55
Binary 11 11100000 100 1100011 0 1100010 1100 1111000 1100001 101101

Color Harmonies of #03E004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E004

Black with #03E004

Text Example


Text Example

White with #03E004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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