Html Css Color HEX #03DF09 Free Speech Green

📋 copy color: '#03DF09'

red 3 ◦ green 223 ◦ blue 9

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

Shades of Free Speech Green #03DF09

Tints of Free Speech Green #03DF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.83%

R = 1.28%
G = 94.89%
B = 3.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#03DF09 (or 0x03DF09) is known color: Free Speech Green. HEX triplet: 03, DF and 09. RGB value is (3,223,9). Sum of RGB (Red+Green+Blue) = 3+223+9=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 223 (87.5% from 255 or 94.89% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 223 - color contains mainly: green. Hex color #03DF09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DF09 is #FC20F6. Grayscale: #858585. Windows color (decimal): -16523511 or 646915. OLE color: 646915.

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

Color convert

RGB 3 223 9 -
CMYK 0.99 0 0.96 0.13
HSL 121.64º 0.97% 0.44% -
HSV(B) 121.64º 0.99% 0.87% -
XYZ 26.47 52.81 9.06 -
YUV 132.82 58.11 35.4 -
System Red Green Blue C M Y K H S L
Decimal 3 223 9 0.99 0 0.96 0.13 121.64 0.97 0.44
Hex 3 DF 9 63 0 60 D 7A 61 2C
Octal 3 337 11 143 0 140 15 172 141 54
Binary 11 11011111 1001 1100011 0 1100000 1101 1111010 1100001 101100

Color Harmonies of #03DF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DF09

Black with #03DF09

Text Example


Text Example

White with #03DF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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