Html Css Color HEX #01DC03 Free Speech Green

📋 copy color: '#01DC03'

red 1 ◦ green 220 ◦ blue 3

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

Shades of Free Speech Green #01DC03

Tints of Free Speech Green #01DC03

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

 GREEN value IS 220 (86.33% from 255) = 98.21%

 BLUE value IS 3 (1.56% from 255) = 1.34%

R = 0.45%
G = 98.21%
B = 1.34%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#01DC03 (or 0x01DC03) is known color: Free Speech Green. HEX triplet: 01, DC and 03. RGB value is (1,220,3). Sum of RGB (Red+Green+Blue) = 1+220+3=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 220 (86.33% from 255 or 98.21% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DC03 is #FE23FC. Grayscale: #828282. Windows color (decimal): -16655357 or 252929. OLE color: 252929.

HSL color Cylindrical-coordinate representation of color #01DC03: hue angle of 120.55º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC03 is Cyan = 1.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 220 3 -
CMYK 1.00 0 0.99 0.14
HSL 120.55º 0.99% 0.43% -
HSV(B) 120.55º 1% 0.86% -
XYZ 25.62 51.2 8.62 -
YUV 129.78 56.45 36.14 -
System Red Green Blue C M Y K H S L
Decimal 1 220 3 1.00 0 0.99 0.14 120.55 0.99 0.43
Hex 1 DC 3 64 0 63 E 79 63 2B
Octal 1 334 3 144 0 143 16 171 143 53
Binary 1 11011100 11 1100100 0 1100011 1110 1111001 1100011 101011

Color Harmonies of #01DC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DC03

Black with #01DC03

Text Example


Text Example

White with #01DC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DC03; }

 p { color: rgb(1,220,3); }

 H1.HeaderClassName
 {
   color: #01DC03;
 }
 .AnyTagClassName
 {
   color: #01DC03;
 }
</style>

background-color css

<style>
 a { background-color: #01DC03; }

 a { background-color: rgb(1,220,3); }

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

border-color css

<style>
 span { border-color: #01DC03; }

 span { border-color: rgb(1,220,3); }

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