#03F020

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

Shades of Free Speech Green #03F020

Tints of Free Speech Green #03F020

Color information

#03F020 (or 0x03F020) is unknown color: approx Free Speech Green. HEX triplet: 03, F0 and 20. RGB value is (3,240,32). Sum of RGB (Red+Green+Blue) = 3+240+32=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 240 (94.14% from 255 or 87.27% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 240 - color contains mainly: green. Hex color #03F020 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F020 is #FC0FDF. Grayscale: #929292. Windows color (decimal): -16519136 or 2158595. OLE color: 2158595.

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

Color convert

RGB324032-
CMYK0.9900.870.06
HSL127.34º97.53%47.65%-
HSV(B)127.34º98.75%94.12%-
XYZ31.4662.4411.76-
YUV145.4263.9826.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 240 (94.14% from 255) = 87.27%
BLUE value IS 32 (12.89% from 255) = 11.64%
R=1.09%
G=87.27%
B=11.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal3240320.9900.870.06127.3497.5347.65
Hex3F0206305767f6230
Octal3360401430127617714260
Binary111111000010000011000110101011111011111111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,240,32); }

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

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

 a { background-color: rgb(3,240,32); }

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

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

 span { border-color: rgb(3,240,32); }

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