#07FC35

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

Shades of Free Speech Green #07FC35

Tints of Free Speech Green #07FC35

Color information

#07FC35 (or 0x07FC35) is unknown color: approx Free Speech Green. HEX triplet: 07, FC and 35. RGB value is (7,252,53). Sum of RGB (Red+Green+Blue) = 7+252+53=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 252 (98.83% from 255 or 80.77% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 252 - color contains mainly: green. Hex color #07FC35 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FC35 is #F803CA. Grayscale: #9C9C9C. Windows color (decimal): -16253899 or 3537927. OLE color: 3537927.

HSL color Cylindrical-coordinate representation of color #07FC35: hue angle of 131.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FC35 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB725253-
CMYK0.9700.790.01
HSL131.27º97.61%50.78%-
HSV(B)131.27º97.22%98.82%-
XYZ35.5469.9214.99-
YUV156.0669.8321.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.24%
GREEN value IS 252 (98.83% from 255) = 80.77%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=2.24%
G=80.77%
B=16.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal7252530.9700.790.01131.2797.6150.78
Hex7FC356104F1836233
Octal7374651410117120314263
Binary111111111001101011100001010011111100000111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07FC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07FC35; }

 p { color: rgb(7,252,53); }

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

<style>
 a { background-color: #07FC35; }

 a { background-color: rgb(7,252,53); }

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

<style>
 span { border-color: #07FC35; }

 span { border-color: rgb(7,252,53); }

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