Html Css Color HEX #03DB05 Free Speech Green

📋 copy color: '#03DB05'

red 3 ◦ green 219 ◦ blue 5

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

Shades of Free Speech Green #03DB05

Tints of Free Speech Green #03DB05

RGB

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

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

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

R = 1.32%
G = 96.48%
B = 2.2%

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

#03DB05 (or 0x03DB05) is known color: Free Speech Green. HEX triplet: 03, DB and 05. RGB value is (3,219,5). Sum of RGB (Red+Green+Blue) = 3+219+5=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 219 (85.94% from 255 or 96.48% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DB05 is #FC24FA. Grayscale: #828282. Windows color (decimal): -16524539 or 383747. OLE color: 383747.

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

Color convert

RGB 3 219 5 -
CMYK 0.99 0 0.98 0.14
HSL 120.56º 0.97% 0.44% -
HSV(B) 120.56º 0.99% 0.86% -
XYZ 25.4 50.69 8.59 -
YUV 130.02 57.44 37.4 -
System Red Green Blue C M Y K H S L
Decimal 3 219 5 0.99 0 0.98 0.14 120.56 0.97 0.44
Hex 3 DB 5 63 0 62 E 79 61 2C
Octal 3 333 5 143 0 142 16 171 141 54
Binary 11 11011011 101 1100011 0 1100010 1110 1111001 1100001 101100

Color Harmonies of #03DB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DB05

Black with #03DB05

Text Example


Text Example

White with #03DB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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