#07E222

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

Shades of Free Speech Green #07E222

Tints of Free Speech Green #07E222

Color information

#07E222 (or 0x07E222) is unknown color: approx Free Speech Green. HEX triplet: 07, E2 and 22. RGB value is (7,226,34). Sum of RGB (Red+Green+Blue) = 7+226+34=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 226 (88.67% from 255 or 84.64% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 226 - color contains mainly: green. Hex color #07E222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E222 is #F81DDD. Grayscale: #8B8B8B. Windows color (decimal): -16260574 or 2286087. OLE color: 2286087.

HSL color Cylindrical-coordinate representation of color #07E222: hue angle of 127.4º 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 #07E222 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB722634-
CMYK0.9700.850.11
HSL127.4º93.99%45.69%-
HSV(B)127.4º96.9%88.63%-
XYZ27.5754.5510.59-
YUV138.6368.9534.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.62%
GREEN value IS 226 (88.67% from 255) = 84.64%
BLUE value IS 34 (13.67% from 255) = 12.73%
R=2.62%
G=84.64%
B=12.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal7226340.9700.850.11127.493.9945.69
Hex7E22261055B7f5e2e
Octal73424214101251317713656
Binary11111100010100010110000101010101101111111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07E222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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