#03DD16

Color #03DD16 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #03DD16

Tints of Free Speech Green #03DD16

Color information

#03DD16 (or 0x03DD16) is unknown color: approx Free Speech Green. HEX triplet: 03, DD and 16. RGB value is (3,221,22). Sum of RGB (Red+Green+Blue) = 3+221+22=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 221 (86.72% from 255 or 89.84% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DD16 is #FC22E9. Grayscale: #858585. Windows color (decimal): -16524010 or 1498371. OLE color: 1498371.

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

Color convert

RGB322122-
CMYK0.9900.900.13
HSL125.23º97.32%43.92%-
HSV(B)125.23º98.64%86.67%-
XYZ26.0451.799.38-
YUV133.1365.2835.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.22%
GREEN value IS 221 (86.72% from 255) = 89.84%
BLUE value IS 22 (8.98% from 255) = 8.94%
R=1.22%
G=89.84%
B=8.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3221220.9900.900.13125.2397.3243.92
Hex3DD166305AD7d612c
Octal33352614301321517514154
Binary111101110110110110001101011010110111111011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03DD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,221,22); }

 H1.HeaderClassName
 {
   color: #03DD16;
 }
 .AnyTagClassName
 {
   color: #03DD16;
 }
</style>
background-color css

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

 a { background-color: rgb(3,221,22); }

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

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

 span { border-color: rgb(3,221,22); }

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