#03DA01

Color #03DA01 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #03DA01

Tints of Free Speech Green #03DA01

Color information

#03DA01 (or 0x03DA01) is unknown color: approx Free Speech Green. HEX triplet: 03, DA and 01. RGB value is (3,218,1). Sum of RGB (Red+Green+Blue) = 3+218+1=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 218 (85.55% from 255 or 98.20% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 218 - color contains mainly: green. Hex color #03DA01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DA01 is #FC25FE. Grayscale: #818181. Windows color (decimal): -16524799 or 121347. OLE color: 121347.

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

Color convert

RGB32181-
CMYK0.9901.000.15
HSL119.45º99.09%42.94%-
HSV(B)119.45º99.54%85.49%-
XYZ25.1150.168.39-
YUV128.9855.7738.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 218 (85.55% from 255) = 98.20%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=1.35%
G=98.20%
B=0.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal321810.9901.000.15119.4599.0942.94
Hex3DA163064F77632b
Octal3332114301441716714353
Binary11110110101110001101100100111111101111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03DA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03DA01;
 }
 .AnyTagClassName
 {
   color: #03DA01;
 }
</style>
background-color css

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

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

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

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

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

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