#03F221

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

Shades of Free Speech Green #03F221

Tints of Free Speech Green #03F221

Color information

#03F221 (or 0x03F221) is unknown color: approx Free Speech Green. HEX triplet: 03, F2 and 21. RGB value is (3,242,33). Sum of RGB (Red+Green+Blue) = 3+242+33=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 242 (94.92% from 255 or 87.05% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 242 - color contains mainly: green. Hex color #03F221 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F221 is #FC0DDE. Grayscale: #939393. Windows color (decimal): -16518623 or 2224643. OLE color: 2224643.

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

Color convert

RGB324233-
CMYK0.9900.860.05
HSL127.53º97.55%48.04%-
HSV(B)127.53º98.76%94.9%-
XYZ32.0663.6312.03-
YUV146.7163.8225.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 242 (94.92% from 255) = 87.05%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=1.08%
G=87.05%
B=11.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal3242330.9900.860.05127.5397.5548.04
Hex3F221630565806230
Octal3362411430126520014260
Binary1111110010100001110001101010110101100000001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,242,33); }

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

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

 a { background-color: rgb(3,242,33); }

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

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

 span { border-color: rgb(3,242,33); }

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