Html Css Color HEX #03DF05 Free Speech Green

📋 copy color: '#03DF05'

red 3 ◦ green 223 ◦ blue 5

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

Shades of Free Speech Green #03DF05

Tints of Free Speech Green #03DF05

RGB

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

 GREEN value IS 223 (87.5% from 255) = 96.54%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 1.3%
G = 96.54%
B = 2.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#03DF05 (or 0x03DF05) is known color: Free Speech Green. HEX triplet: 03, DF and 05. RGB value is (3,223,5). Sum of RGB (Red+Green+Blue) = 3+223+5=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 223 (87.5% from 255 or 96.54% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 223 - color contains mainly: green. Hex color #03DF05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DF05 is #FC20FA. Grayscale: #858585. Windows color (decimal): -16523515 or 384771. OLE color: 384771.

HSL color Cylindrical-coordinate representation of color #03DF05: hue angle of 120.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DF05 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 223 5 -
CMYK 0.99 0 0.98 0.13
HSL 120.55º 0.97% 0.44% -
HSV(B) 120.55º 0.99% 0.87% -
XYZ 26.45 52.81 8.94 -
YUV 132.37 56.11 35.73 -
System Red Green Blue C M Y K H S L
Decimal 3 223 5 0.99 0 0.98 0.13 120.55 0.97 0.44
Hex 3 DF 5 63 0 62 D 79 61 2C
Octal 3 337 5 143 0 142 15 171 141 54
Binary 11 11011111 101 1100011 0 1100010 1101 1111001 1100001 101100

Color Harmonies of #03DF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DF05

Black with #03DF05

Text Example


Text Example

White with #03DF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,223,5); }

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

background-color css

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

 a { background-color: rgb(3,223,5); }

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

border-color css

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

 span { border-color: rgb(3,223,5); }

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