#07E220

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

Shades of Free Speech Green #07E220

Tints of Free Speech Green #07E220

Color information

#07E220 (or 0x07E220) is unknown color: approx Free Speech Green. HEX triplet: 07, E2 and 20. RGB value is (7,226,32). Sum of RGB (Red+Green+Blue) = 7+226+32=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 226 (88.67% from 255 or 85.28% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 226 - color contains mainly: green. Hex color #07E220 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E220 is #F81DDF. Grayscale: #8A8A8A. Windows color (decimal): -16260576 or 2155015. OLE color: 2155015.

HSL color Cylindrical-coordinate representation of color #07E220: hue angle of 126.85º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E220 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB722632-
CMYK0.9700.860.11
HSL126.85º93.99%45.69%-
HSV(B)126.85º96.9%88.63%-
XYZ27.5454.5410.44-
YUV138.467.9534.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.64%
GREEN value IS 226 (88.67% from 255) = 85.28%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=2.64%
G=85.28%
B=12.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal7226320.9700.860.11126.8593.9945.69
Hex7E22061056B7f5e2e
Octal73424014101261317713656
Binary11111100010100000110000101010110101111111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07E220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,226,32); }

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

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

 a { background-color: rgb(7,226,32); }

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

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

 span { border-color: rgb(7,226,32); }

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