Html Css Color HEX #07F220 Free Speech Green

📋 copy color: '#07F220'

red 7 ◦ green 242 ◦ blue 32

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

Shades of Free Speech Green #07F220

Tints of Free Speech Green #07F220

RGB

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

 GREEN value IS 242 (94.92% from 255) = 86.12%

 BLUE value IS 32 (12.89% from 255) = 11.39%

R = 2.49%
G = 86.12%
B = 11.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#07F220 (or 0x07F220) is known color: Free Speech Green. HEX triplet: 07, F2 and 20. RGB value is (7,242,32). Sum of RGB (Red+Green+Blue) = 7+242+32=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 242 (94.92% from 255 or 86.12% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 242 - color contains mainly: green. Hex color #07F220 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F220 is #F80DDF. Grayscale: #949494. Windows color (decimal): -16256480 or 2159111. OLE color: 2159111.

HSL color Cylindrical-coordinate representation of color #07F220: hue angle of 126.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F220 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 7 242 32 -
CMYK 0.97 0 0.87 0.05
HSL 126.38º 0.94% 0.49% -
HSV(B) 126.38º 0.97% 0.95% -
XYZ 32.1 63.65 11.96 -
YUV 147.8 62.64 27.58 -
System Red Green Blue C M Y K H S L
Decimal 7 242 32 0.97 0 0.87 0.05 126.38 0.94 0.49
Hex 7 F2 20 61 0 57 5 7E 5E 31
Octal 7 362 40 141 0 127 5 176 136 61
Binary 111 11110010 100000 1100001 0 1010111 101 1111110 1011110 110001

Color Harmonies of #07F220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F220

Black with #07F220

Text Example


Text Example

White with #07F220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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