#02F936

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

Shades of Free Speech Green #02F936

Tints of Free Speech Green #02F936

Color information

#02F936 (or 0x02F936) is unknown color: approx Free Speech Green. HEX triplet: 02, F9 and 36. RGB value is (2,249,54). Sum of RGB (Red+Green+Blue) = 2+249+54=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 249 (97.66% from 255 or 81.64% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 249 - color contains mainly: green. Hex color #02F936 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F936 is #FD06C9. Grayscale: #999999. Windows color (decimal): -16582346 or 3602690. OLE color: 3602690.

HSL color Cylindrical-coordinate representation of color #02F936: hue angle of 132.63º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F936 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB224954-
CMYK0.9900.780.02
HSL132.63º98.41%49.22%-
HSV(B)132.63º99.2%97.65%-
XYZ34.5768.0314.8-
YUV152.9272.1720.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 249 (97.66% from 255) = 81.64%
BLUE value IS 54 (21.48% from 255) = 17.70%
R=0.66%
G=81.64%
B=17.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2249540.9900.780.02132.6398.4149.22
Hex2F9366304E2856231
Octal2371661430116220514261
Binary101111100111011011000110100111010100001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,249,54); }

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

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

 a { background-color: rgb(2,249,54); }

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

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

 span { border-color: rgb(2,249,54); }

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