Html Css Color HEX #07EC12 Free Speech Green

📋 copy color: '#07EC12'

red 7 ◦ green 236 ◦ blue 18

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

Shades of Free Speech Green #07EC12

Tints of Free Speech Green #07EC12

RGB

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

 GREEN value IS 236 (92.58% from 255) = 90.42%

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 2.68%
G = 90.42%
B = 6.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#07EC12 (or 0x07EC12) is known color: Free Speech Green. HEX triplet: 07, EC and 12. RGB value is (7,236,18). Sum of RGB (Red+Green+Blue) = 7+236+18=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 236 (92.58% from 255 or 90.42% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 236 - color contains mainly: green. Hex color #07EC12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07EC12 is #F813ED. Grayscale: #8F8F8F. Windows color (decimal): -16258030 or 1240071. OLE color: 1240071.

HSL color Cylindrical-coordinate representation of color #07EC12: hue angle of 122.88º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EC12 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 236 18 -
CMYK 0.97 0 0.92 0.07
HSL 122.88º 0.94% 0.48% -
HSV(B) 122.88º 0.97% 0.93% -
XYZ 30.19 60.08 10.58 -
YUV 142.68 57.63 31.23 -
System Red Green Blue C M Y K H S L
Decimal 7 236 18 0.97 0 0.92 0.07 122.88 0.94 0.48
Hex 7 EC 12 61 0 5C 7 7B 5E 30
Octal 7 354 22 141 0 134 7 173 136 60
Binary 111 11101100 10010 1100001 0 1011100 111 1111011 1011110 110000

Color Harmonies of #07EC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EC12

Black with #07EC12

Text Example


Text Example

White with #07EC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,236,18); }

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

background-color css

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

 a { background-color: rgb(7,236,18); }

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

border-color css

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

 span { border-color: rgb(7,236,18); }

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