Html Css Color HEX #07FF14 Free Speech Green

📋 copy color: '#07FF14'

red 7 ◦ green 255 ◦ blue 20

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

Shades of Free Speech Green #07FF14

Tints of Free Speech Green #07FF14

RGB

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

 GREEN value IS 255 (100% from 255) = 90.43%

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 2.48%
G = 90.43%
B = 7.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#07FF14 (or 0x07FF14) is known color: Free Speech Green. HEX triplet: 07, FF and 14. RGB value is (7,255,20). Sum of RGB (Red+Green+Blue) = 7+255+20=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 255 (100% from 255 or 90.43% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FF14 is #F800EB. Grayscale: #9A9A9A. Windows color (decimal): -16253164 or 1376007. OLE color: 1376007.

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

Color convert

RGB 7 255 20 -
CMYK 0.97 0 0.92 0
HSL 123.15º 1% 0.51% -
HSV(B) 123.15º 0.97% 1% -
XYZ 35.97 71.62 12.59 -
YUV 154.06 52.34 23.11 -
System Red Green Blue C M Y K H S L
Decimal 7 255 20 0.97 0 0.92 0 123.15 1 0.51
Hex 7 FF 14 61 0 5C 0 7B 64 33
Octal 7 377 24 141 0 134 0 173 144 63
Binary 111 11111111 10100 1100001 0 1011100 0 1111011 1100100 110011

Color Harmonies of #07FF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FF14

Black with #07FF14

Text Example


Text Example

White with #07FF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,255,20); }

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

background-color css

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

 a { background-color: rgb(7,255,20); }

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

border-color css

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

 span { border-color: rgb(7,255,20); }

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