Html Css Color HEX #03E01C Free Speech Green

📋 copy color: '#03E01C'

red 3 ◦ green 224 ◦ blue 28

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

Shades of Free Speech Green #03E01C

Tints of Free Speech Green #03E01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 1.18%
G = 87.84%
B = 10.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#03E01C (or 0x03E01C) is known color: Free Speech Green. HEX triplet: 03, E0 and 1C. RGB value is (3,224,28). Sum of RGB (Red+Green+Blue) = 3+224+28=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 224 (87.89% from 255 or 87.84% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 224 - color contains mainly: green. Hex color #03E01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03E01C is #FC1FE3. Grayscale: #888888. Windows color (decimal): -16523236 or 1892355. OLE color: 1892355.

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

Color convert

RGB 3 224 28 -
CMYK 0.99 0 0.88 0.12
HSL 126.79º 0.97% 0.45% -
HSV(B) 126.79º 0.99% 0.88% -
XYZ 26.9 53.41 9.99 -
YUV 135.58 67.28 33.44 -
System Red Green Blue C M Y K H S L
Decimal 3 224 28 0.99 0 0.88 0.12 126.79 0.97 0.45
Hex 3 E0 1C 63 0 58 C 7F 61 2D
Octal 3 340 34 143 0 130 14 177 141 55
Binary 11 11100000 11100 1100011 0 1011000 1100 1111111 1100001 101101

Color Harmonies of #03E01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E01C

Black with #03E01C

Text Example


Text Example

White with #03E01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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