Html Css Color HEX #03E007 Free Speech Green

📋 copy color: '#03E007'

red 3 ◦ green 224 ◦ blue 7

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

Shades of Free Speech Green #03E007

Tints of Free Speech Green #03E007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.99%

R = 1.28%
G = 95.73%
B = 2.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#03E007 (or 0x03E007) is known color: Free Speech Green. HEX triplet: 03, E0 and 07. RGB value is (3,224,7). Sum of RGB (Red+Green+Blue) = 3+224+7=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 224 (87.89% from 255 or 95.73% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 224 - color contains mainly: green. Hex color #03E007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E007 is #FC1FF8. Grayscale: #858585. Windows color (decimal): -16523257 or 516099. OLE color: 516099.

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

Color convert

RGB 3 224 7 -
CMYK 0.99 0 0.97 0.12
HSL 121.09º 0.97% 0.45% -
HSV(B) 121.09º 0.99% 0.88% -
XYZ 26.73 53.35 9.09 -
YUV 133.18 56.78 35.14 -
System Red Green Blue C M Y K H S L
Decimal 3 224 7 0.99 0 0.97 0.12 121.09 0.97 0.45
Hex 3 E0 7 63 0 61 C 79 61 2D
Octal 3 340 7 143 0 141 14 171 141 55
Binary 11 11100000 111 1100011 0 1100001 1100 1111001 1100001 101101

Color Harmonies of #03E007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E007

Black with #03E007

Text Example


Text Example

White with #03E007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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