Html Css Color HEX #07E50B Free Speech Green

📋 copy color: '#07E50B'

red 7 ◦ green 229 ◦ blue 11

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

Shades of Free Speech Green #07E50B

Tints of Free Speech Green #07E50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 2.83%
G = 92.71%
B = 4.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#07E50B (or 0x07E50B) is known color: Free Speech Green. HEX triplet: 07, E5 and 0B. RGB value is (7,229,11). Sum of RGB (Red+Green+Blue) = 7+229+11=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 229 (89.84% from 255 or 92.71% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 229 - color contains mainly: green. Hex color #07E50B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E50B is #F81AF4. Grayscale: #8A8A8A. Windows color (decimal): -16259829 or 779527. OLE color: 779527.

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

Color convert

RGB 7 229 11 -
CMYK 0.97 0 0.95 0.10
HSL 121.08º 0.94% 0.46% -
HSV(B) 121.08º 0.97% 0.9% -
XYZ 28.17 56.11 9.66 -
YUV 137.77 56.45 34.73 -
System Red Green Blue C M Y K H S L
Decimal 7 229 11 0.97 0 0.95 0.10 121.08 0.94 0.46
Hex 7 E5 B 61 0 5F A 79 5E 2E
Octal 7 345 13 141 0 137 12 171 136 56
Binary 111 11100101 1011 1100001 0 1011111 1010 1111001 1011110 101110

Color Harmonies of #07E50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E50B

Black with #07E50B

Text Example


Text Example

White with #07E50B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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