#02F52F

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

Shades of Free Speech Green #02F52F

Tints of Free Speech Green #02F52F

Color information

#02F52F (or 0x02F52F) is unknown color: approx Free Speech Green. HEX triplet: 02, F5 and 2F. RGB value is (2,245,47). Sum of RGB (Red+Green+Blue) = 2+245+47=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 245 (96.09% from 255 or 83.33% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 245 - color contains mainly: green. Hex color #02F52F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F52F is #FD0AD0. Grayscale: #969696. Windows color (decimal): -16583377 or 3142914. OLE color: 3142914.

HSL color Cylindrical-coordinate representation of color #02F52F: hue angle of 131.11º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F52F is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB224547-
CMYK0.9900.810.04
HSL131.11º98.38%48.43%-
HSV(B)131.11º99.18%96.08%-
XYZ33.1965.5213.59-
YUV149.7769.9922.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 245 (96.09% from 255) = 83.33%
BLUE value IS 47 (18.75% from 255) = 15.99%
R=0.68%
G=83.33%
B=15.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2245470.9900.810.04131.1198.3848.43
Hex2F52F630514836230
Octal2365571430121420314260
Binary1011110101101111110001101010001100100000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02F52F; }

 p { color: rgb(2,245,47); }

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

<style>
 a { background-color: #02F52F; }

 a { background-color: rgb(2,245,47); }

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

<style>
 span { border-color: #02F52F; }

 span { border-color: rgb(2,245,47); }

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