Html Css Color HEX #07E522 Free Speech Green

📋 copy color: '#07E522'

red 7 ◦ green 229 ◦ blue 34

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

Shades of Free Speech Green #07E522

Tints of Free Speech Green #07E522

RGB

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

 GREEN value IS 229 (89.84% from 255) = 84.81%

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

R = 2.59%
G = 84.81%
B = 12.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#07E522 (or 0x07E522) is known color: Free Speech Green. HEX triplet: 07, E5 and 22. RGB value is (7,229,34). Sum of RGB (Red+Green+Blue) = 7+229+34=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 229 (89.84% from 255 or 84.81% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 229 - color contains mainly: green. Hex color #07E522 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E522 is #F81ADD. Grayscale: #8C8C8C. Windows color (decimal): -16259806 or 2286855. OLE color: 2286855.

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

Color convert

RGB 7 229 34 -
CMYK 0.97 0 0.85 0.10
HSL 127.3º 0.94% 0.46% -
HSV(B) 127.3º 0.97% 0.9% -
XYZ 28.4 56.2 10.86 -
YUV 140.39 67.95 32.86 -
System Red Green Blue C M Y K H S L
Decimal 7 229 34 0.97 0 0.85 0.10 127.3 0.94 0.46
Hex 7 E5 22 61 0 55 A 7F 5E 2E
Octal 7 345 42 141 0 125 12 177 136 56
Binary 111 11100101 100010 1100001 0 1010101 1010 1111111 1011110 101110

Color Harmonies of #07E522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E522

Black with #07E522

Text Example


Text Example

White with #07E522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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