Html Css Color HEX #03DF06 Free Speech Green

📋 copy color: '#03DF06'

red 3 ◦ green 223 ◦ blue 6

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

Shades of Free Speech Green #03DF06

Tints of Free Speech Green #03DF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 1.29%
G = 96.12%
B = 2.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#03DF06 (or 0x03DF06) is known color: Free Speech Green. HEX triplet: 03, DF and 06. RGB value is (3,223,6). Sum of RGB (Red+Green+Blue) = 3+223+6=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 223 (87.5% from 255 or 96.12% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 223 - color contains mainly: green. Hex color #03DF06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DF06 is #FC20F9. Grayscale: #858585. Windows color (decimal): -16523514 or 450307. OLE color: 450307.

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

Color convert

RGB 3 223 6 -
CMYK 0.99 0 0.97 0.13
HSL 120.82º 0.97% 0.44% -
HSV(B) 120.82º 0.99% 0.87% -
XYZ 26.46 52.81 8.97 -
YUV 132.48 56.61 35.64 -
System Red Green Blue C M Y K H S L
Decimal 3 223 6 0.99 0 0.97 0.13 120.82 0.97 0.44
Hex 3 DF 6 63 0 61 D 79 61 2C
Octal 3 337 6 143 0 141 15 171 141 54
Binary 11 11011111 110 1100011 0 1100001 1101 1111001 1100001 101100

Color Harmonies of #03DF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DF06

Black with #03DF06

Text Example


Text Example

White with #03DF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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