Html Css Color HEX #03DB04 Free Speech Green

📋 copy color: '#03DB04'

red 3 ◦ green 219 ◦ blue 4

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

Shades of Free Speech Green #03DB04

Tints of Free Speech Green #03DB04

RGB

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

 GREEN value IS 219 (85.94% from 255) = 96.9%

 BLUE value IS 4 (1.95% from 255) = 1.77%

R = 1.33%
G = 96.9%
B = 1.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#03DB04 (or 0x03DB04) is known color: Free Speech Green. HEX triplet: 03, DB and 04. RGB value is (3,219,4). Sum of RGB (Red+Green+Blue) = 3+219+4=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 219 (85.94% from 255 or 96.90% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DB04 is #FC24FB. Grayscale: #828282. Windows color (decimal): -16524540 or 318211. OLE color: 318211.

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

Color convert

RGB 3 219 4 -
CMYK 0.99 0 0.98 0.14
HSL 120.28º 0.97% 0.44% -
HSV(B) 120.28º 0.99% 0.86% -
XYZ 25.39 50.69 8.56 -
YUV 129.91 56.94 37.48 -
System Red Green Blue C M Y K H S L
Decimal 3 219 4 0.99 0 0.98 0.14 120.28 0.97 0.44
Hex 3 DB 4 63 0 62 E 78 61 2C
Octal 3 333 4 143 0 142 16 170 141 54
Binary 11 11011011 100 1100011 0 1100010 1110 1111000 1100001 101100

Color Harmonies of #03DB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DB04

Black with #03DB04

Text Example


Text Example

White with #03DB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,219,4); }

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

background-color css

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

 a { background-color: rgb(3,219,4); }

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

border-color css

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

 span { border-color: rgb(3,219,4); }

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