Html Css Color HEX #07E322 Free Speech Green

📋 copy color: '#07E322'

red 7 ◦ green 227 ◦ blue 34

#07E322
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #07E322

Tints of Free Speech Green #07E322

RGB

 RED value IS 7 (3.13% from 255) = 2.61%

 GREEN value IS 227 (89.06% from 255) = 84.7%

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 2.61%
G = 84.7%
B = 12.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#07E322 (or 0x07E322) is known color: Free Speech Green. HEX triplet: 07, E3 and 22. RGB value is (7,227,34). Sum of RGB (Red+Green+Blue) = 7+227+34=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 227 (89.06% from 255 or 84.70% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 227 - color contains mainly: green. Hex color #07E322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E322 is #F81CDD. Grayscale: #8B8B8B. Windows color (decimal): -16260318 or 2286343. OLE color: 2286343.

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

Color convert

RGB 7 227 34 -
CMYK 0.97 0 0.85 0.11
HSL 127.36º 0.94% 0.46% -
HSV(B) 127.36º 0.97% 0.89% -
XYZ 27.85 55.1 10.68 -
YUV 139.22 68.61 33.69 -
System Red Green Blue C M Y K H S L
Decimal 7 227 34 0.97 0 0.85 0.11 127.36 0.94 0.46
Hex 7 E3 22 61 0 55 B 7F 5E 2E
Octal 7 343 42 141 0 125 13 177 136 56
Binary 111 11100011 100010 1100001 0 1010101 1011 1111111 1011110 101110

Color Harmonies of #07E322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E322

Black with #07E322

Text Example


Text Example

White with #07E322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07E322;
 }
 .AnyTagClassName
 {
   color: #07E322;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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